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/FN_multi_function_context.hh')
-rw-r--r--source/blender/functions/FN_multi_function_context.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/functions/FN_multi_function_context.hh b/source/blender/functions/FN_multi_function_context.hh
index fa7ac653553..2fb1cc94812 100644
--- a/source/blender/functions/FN_multi_function_context.hh
+++ b/source/blender/functions/FN_multi_function_context.hh
@@ -20,10 +20,10 @@
/** \file
* \ingroup fn
*
- * An MFContext is passed along with every call to a multi-function. Right now it does nothing, but
- * it can be used for the following purposes:
+ * An #MFContext is passed along with every call to a multi-function. Right now it does nothing,
+ * but it can be used for the following purposes:
* - Pass debug information up and down the function call stack.
- * - Pass reusable memory buffers to subfunctions to increase performance.
+ * - Pass reusable memory buffers to sub-functions to increase performance.
* - Pass cached data to called functions.
*/