[Bf-blender-cvs] [af49690] master: Docs: disable sharing docs within a group

Campbell Barton noreply at git.blender.org
Sun Feb 14 12:19:47 CET 2016


Commit: af49690b3226206ded1a48dc5a7162adad0c7cbc
Author: Campbell Barton
Date:   Sun Feb 14 22:08:57 2016 +1100
Branches: master
https://developer.blender.org/rBaf49690b3226206ded1a48dc5a7162adad0c7cbc

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

===================================================================

M	doc/doxygen/Doxyfile

===================================================================

diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile
index 153c798..4a5a2c3 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




More information about the Bf-blender-cvs mailing list