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:
authorJacques Lucke <jacques@blender.org>2020-07-08 11:16:56 +0300
committerJacques Lucke <jacques@blender.org>2020-07-08 11:16:56 +0300
commit50d7c00d9c52128db788acd4a2da2135fb87e146 (patch)
tree674665a991a9f3c9a72a103038b8ea91f9a4c645 /source/blender/functions
parent01c8aa12a17775cce03106a576f3c498d28131e4 (diff)
Cleanup: fix comment
Diffstat (limited to 'source/blender/functions')
-rw-r--r--source/blender/functions/FN_cpp_type.hh2
-rw-r--r--source/blender/functions/FN_cpp_types.hh2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/functions/FN_cpp_type.hh b/source/blender/functions/FN_cpp_type.hh
index 63e841e9612..686ecffb445 100644
--- a/source/blender/functions/FN_cpp_type.hh
+++ b/source/blender/functions/FN_cpp_type.hh
@@ -18,7 +18,7 @@
#define __FN_CPP_TYPE_HH__
/** \file
- * \ingroup functions
+ * \ingroup fn
*
* The CPPType class is the core of the runtime-type-system used by the functions system. An
* instance of this class can represent any C++ type, that is default-constructible, destructible,
diff --git a/source/blender/functions/FN_cpp_types.hh b/source/blender/functions/FN_cpp_types.hh
index 704a1363935..63f6b49885f 100644
--- a/source/blender/functions/FN_cpp_types.hh
+++ b/source/blender/functions/FN_cpp_types.hh
@@ -18,7 +18,7 @@
#define __FN_CPP_TYPES_HH__
/** \file
- * \ingroup functions
+ * \ingroup fn
*
* This header provides convenient access to CPPType instances for some core types like integer
* types.