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/system/BaseObject.h')
-rw-r--r--source/blender/freestyle/intern/system/BaseObject.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/blender/freestyle/intern/system/BaseObject.h b/source/blender/freestyle/intern/system/BaseObject.h
index 6cb3dd30f46..01099c7724a 100644
--- a/source/blender/freestyle/intern/system/BaseObject.h
+++ b/source/blender/freestyle/intern/system/BaseObject.h
@@ -17,9 +17,10 @@
#ifndef __FREESTYLE_BASE_OBJECT_H__
#define __FREESTYLE_BASE_OBJECT_H__
-/** \file \ingroup freestyle
- * \brief Base Class for most shared objects (Node, Rep). Defines the addRef, release system.
- * \brief Inspired by COM IUnknown system.
+/** \file
+ * \ingroup freestyle
+ * \brief Base Class for most shared objects (Node, Rep). Defines the addRef, release system.
+ * \brief Inspired by COM IUnknown system.
*/
#ifdef WITH_CXX_GUARDEDALLOC