From af49690b3226206ded1a48dc5a7162adad0c7cbc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 14 Feb 2016 22:08:57 +1100 Subject: 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). --- doc/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3