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:
authorCampbell Barton <ideasman42@gmail.com>2016-02-14 14:08:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-14 14:10:42 +0300
commitaf49690b3226206ded1a48dc5a7162adad0c7cbc (patch)
tree65cc623e1b8c8083eb5f6382159aee3bb1f14820 /doc/doxygen
parenta71523fab4d519ee6ad88fcc0ac23967cc66d330 (diff)
Docs: disable sharing docs within a group
This made using groups apply docstrings to undocumented functions in the group (and give errors that the args didnt match).
Diffstat (limited to 'doc/doxygen')
-rw-r--r--doc/doxygen/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile
index 153c7983ee5..4a5a2c3fb42 100644
--- a/doc/doxygen/Doxyfile
+++ b/doc/doxygen/Doxyfile
@@ -351,7 +351,7 @@ IDL_PROPERTY_SUPPORT = YES
# all members of a group must be documented explicitly.
# The default value is: NO.
-DISTRIBUTE_GROUP_DOC = YES
+DISTRIBUTE_GROUP_DOC = NO
# Set the SUBGROUPING tag to YES to allow class member groups of the same type
# (for instance a group of public functions) to be put as a subgroup of that