From de13d0a80c3cb6a7445245b2999a29fe70e49953 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 18 Feb 2019 08:08:12 +1100 Subject: doxygen: add newline after \file While \file doesn't need an argument, it can't have another doxy command after it. --- intern/string/STR_String.h | 3 ++- intern/string/intern/STR_String.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'intern/string') diff --git a/intern/string/STR_String.h b/intern/string/STR_String.h index ac4d52c2c70..2afcd225fe5 100644 --- a/intern/string/STR_String.h +++ b/intern/string/STR_String.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup string +/** \file + * \ingroup string */ diff --git a/intern/string/intern/STR_String.cpp b/intern/string/intern/STR_String.cpp index 5ebe55627a3..4030ae029cc 100644 --- a/intern/string/intern/STR_String.cpp +++ b/intern/string/intern/STR_String.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup string +/** \file + * \ingroup string * * Copyright (C) 2001 NaN Technologies B.V. * This file was formerly known as: GEN_StdString.cpp. -- cgit v1.2.3