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/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.