Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-02-06 07:42:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-06 07:45:22 +0300
commiteef4077f18495d88a2426cfda3ec9a4dc461f798 (patch)
tree0042b131bafa216f8ee69546085f2841a1a13513 /source/blender/freestyle/intern/application
parent1085c2cc44573b77a74baae8f4be9771941d58da (diff)
Cleanup: remove redundant doxygen \file argument
Move \ingroup onto same line to be more compact and make it clear the file is in the group.
Diffstat (limited to 'source/blender/freestyle/intern/application')
-rw-r--r--source/blender/freestyle/intern/application/AppCanvas.cpp3
-rw-r--r--source/blender/freestyle/intern/application/AppCanvas.h3
-rw-r--r--source/blender/freestyle/intern/application/AppConfig.cpp3
-rw-r--r--source/blender/freestyle/intern/application/AppConfig.h3
-rw-r--r--source/blender/freestyle/intern/application/AppView.cpp3
-rw-r--r--source/blender/freestyle/intern/application/AppView.h3
-rw-r--r--source/blender/freestyle/intern/application/Controller.cpp3
-rw-r--r--source/blender/freestyle/intern/application/Controller.h3
8 files changed, 8 insertions, 16 deletions
diff --git a/source/blender/freestyle/intern/application/AppCanvas.cpp b/source/blender/freestyle/intern/application/AppCanvas.cpp
index 43d718b66f3..e2c34e6e1f8 100644
--- a/source/blender/freestyle/intern/application/AppCanvas.cpp
+++ b/source/blender/freestyle/intern/application/AppCanvas.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/application/AppCanvas.cpp
- * \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 e9a6ff1b265..8fda580b4d4 100644
--- a/source/blender/freestyle/intern/application/AppCanvas.h
+++ b/source/blender/freestyle/intern/application/AppCanvas.h
@@ -17,8 +17,7 @@
#ifndef __APPCANVAS_H__
#define __APPCANVAS_H__
-/** \file blender/freestyle/intern/application/AppCanvas.h
- * \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 96d7818d58a..e6945a2a581 100644
--- a/source/blender/freestyle/intern/application/AppConfig.cpp
+++ b/source/blender/freestyle/intern/application/AppConfig.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/application/AppConfig.cpp
- * \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 c95bafca879..473fc986177 100644
--- a/source/blender/freestyle/intern/application/AppConfig.h
+++ b/source/blender/freestyle/intern/application/AppConfig.h
@@ -17,8 +17,7 @@
#ifndef __APP_CONFIG_H__
#define __APP_CONFIG_H__
-/** \file blender/freestyle/intern/application/AppConfig.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Configuration file
*/
diff --git a/source/blender/freestyle/intern/application/AppView.cpp b/source/blender/freestyle/intern/application/AppView.cpp
index f4bf1f2a0a0..d63eaa1574a 100644
--- a/source/blender/freestyle/intern/application/AppView.cpp
+++ b/source/blender/freestyle/intern/application/AppView.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/application/AppView.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
*/
#include <iostream>
diff --git a/source/blender/freestyle/intern/application/AppView.h b/source/blender/freestyle/intern/application/AppView.h
index d4398f97fca..c66572a7c31 100644
--- a/source/blender/freestyle/intern/application/AppView.h
+++ b/source/blender/freestyle/intern/application/AppView.h
@@ -17,8 +17,7 @@
#ifndef __APPVIEW_H__
#define __APPVIEW_H__
-/** \file blender/freestyle/intern/application/AppView.h
- * \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 34db3c248cd..1777dff7087 100644
--- a/source/blender/freestyle/intern/application/Controller.cpp
+++ b/source/blender/freestyle/intern/application/Controller.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/application/Controller.cpp
- * \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 1b66f011615..15b2f340fc7 100644
--- a/source/blender/freestyle/intern/application/Controller.h
+++ b/source/blender/freestyle/intern/application/Controller.h
@@ -17,8 +17,7 @@
#ifndef __CONTROLLER_H__
#define __CONTROLLER_H__
-/** \file blender/freestyle/intern/application/Controller.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief The spinal tap of the system.
*/