Commit: 50d7c00d9c52128db788acd4a2da2135fb87e146 Author: Jacques Lucke Date: Wed Jul 8 10:16:56 2020 +0200 Branches: master https://developer.blender.org/rB50d7c00d9c52128db788acd4a2da2135fb87e146
Cleanup: fix comment =================================================================== M source/blender/functions/FN_cpp_type.hh M source/blender/functions/FN_cpp_types.hh =================================================================== 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. _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
