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:
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.h5
-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.h5
8 files changed, 18 insertions, 10 deletions
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 <string>
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 <iostream>
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 <string>