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. --- source/blender/freestyle/intern/application/AppCanvas.cpp | 3 ++- source/blender/freestyle/intern/application/AppCanvas.h | 3 ++- source/blender/freestyle/intern/application/AppConfig.cpp | 3 ++- source/blender/freestyle/intern/application/AppConfig.h | 5 +++-- source/blender/freestyle/intern/application/AppView.cpp | 3 ++- source/blender/freestyle/intern/application/AppView.h | 3 ++- source/blender/freestyle/intern/application/Controller.cpp | 3 ++- source/blender/freestyle/intern/application/Controller.h | 5 +++-- 8 files changed, 18 insertions(+), 10 deletions(-) (limited to 'source/blender/freestyle/intern/application') diff --git a/source/blender/freestyle/intern/application/AppCanvas.cpp b/source/blender/freestyle/intern/application/AppCanvas.cpp index e2c34e6e1f8..7097dd80128 100644 --- a/source/blender/freestyle/intern/application/AppCanvas.cpp +++ b/source/blender/freestyle/intern/application/AppCanvas.cpp @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup freestyle +/** \file + * \ingroup freestyle */ #include "Controller.h" diff --git a/source/blender/freestyle/intern/application/AppCanvas.h b/source/blender/freestyle/intern/application/AppCanvas.h index 8fda580b4d4..e891a661606 100644 --- a/source/blender/freestyle/intern/application/AppCanvas.h +++ b/source/blender/freestyle/intern/application/AppCanvas.h @@ -17,7 +17,8 @@ #ifndef __APPCANVAS_H__ #define __APPCANVAS_H__ -/** \file \ingroup freestyle +/** \file + * \ingroup freestyle */ #include "../stroke/Canvas.h" diff --git a/source/blender/freestyle/intern/application/AppConfig.cpp b/source/blender/freestyle/intern/application/AppConfig.cpp index e6945a2a581..20d8c68ef0e 100644 --- a/source/blender/freestyle/intern/application/AppConfig.cpp +++ b/source/blender/freestyle/intern/application/AppConfig.cpp @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup freestyle +/** \file + * \ingroup freestyle */ #include "AppConfig.h" diff --git a/source/blender/freestyle/intern/application/AppConfig.h b/source/blender/freestyle/intern/application/AppConfig.h index 473fc986177..c9eeca457eb 100644 --- a/source/blender/freestyle/intern/application/AppConfig.h +++ b/source/blender/freestyle/intern/application/AppConfig.h @@ -17,8 +17,9 @@ #ifndef __APP_CONFIG_H__ #define __APP_CONFIG_H__ -/** \file \ingroup freestyle - * \brief Configuration file +/** \file + * \ingroup freestyle + * \brief Configuration file */ #include diff --git a/source/blender/freestyle/intern/application/AppView.cpp b/source/blender/freestyle/intern/application/AppView.cpp index d63eaa1574a..12b4f3db93a 100644 --- a/source/blender/freestyle/intern/application/AppView.cpp +++ b/source/blender/freestyle/intern/application/AppView.cpp @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup freestyle +/** \file + * \ingroup freestyle */ #include diff --git a/source/blender/freestyle/intern/application/AppView.h b/source/blender/freestyle/intern/application/AppView.h index c66572a7c31..3939d96cf16 100644 --- a/source/blender/freestyle/intern/application/AppView.h +++ b/source/blender/freestyle/intern/application/AppView.h @@ -17,7 +17,8 @@ #ifndef __APPVIEW_H__ #define __APPVIEW_H__ -/** \file \ingroup freestyle +/** \file + * \ingroup freestyle */ #include "AppConfig.h" diff --git a/source/blender/freestyle/intern/application/Controller.cpp b/source/blender/freestyle/intern/application/Controller.cpp index 1777dff7087..bd02b3378d1 100644 --- a/source/blender/freestyle/intern/application/Controller.cpp +++ b/source/blender/freestyle/intern/application/Controller.cpp @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup freestyle +/** \file + * \ingroup freestyle */ extern "C" { diff --git a/source/blender/freestyle/intern/application/Controller.h b/source/blender/freestyle/intern/application/Controller.h index 15b2f340fc7..765ea418f5e 100644 --- a/source/blender/freestyle/intern/application/Controller.h +++ b/source/blender/freestyle/intern/application/Controller.h @@ -17,8 +17,9 @@ #ifndef __CONTROLLER_H__ #define __CONTROLLER_H__ -/** \file \ingroup freestyle - * \brief The spinal tap of the system. +/** \file + * \ingroup freestyle + * \brief The spinal tap of the system. */ #include -- cgit v1.2.3