From b3c650e6332de3ca510219726476f9085f9e9629 Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Fri, 10 Jan 2014 15:47:51 +0000 Subject: [PATCH] enable sharing doxygen docs between grouped members refs #91 --- docs/Doxyfile.cmake.in | 2 +- docs/Doxyfile.qmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Doxyfile.cmake.in b/docs/Doxyfile.cmake.in index f1ccb0ee1..48333731e 100644 --- a/docs/Doxyfile.cmake.in +++ b/docs/Doxyfile.cmake.in @@ -303,7 +303,7 @@ IDL_PROPERTY_SUPPORT = YES # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. -DISTRIBUTE_GROUP_DOC = NO +DISTRIBUTE_GROUP_DOC = YES # Set the SUBGROUPING tag to YES (the default) to allow class member groups of # the same type (for instance a group of public functions) to be put as a diff --git a/docs/Doxyfile.qmake b/docs/Doxyfile.qmake index c5849e9a5..d62853b5f 100644 --- a/docs/Doxyfile.qmake +++ b/docs/Doxyfile.qmake @@ -303,7 +303,7 @@ IDL_PROPERTY_SUPPORT = YES # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. -DISTRIBUTE_GROUP_DOC = NO +DISTRIBUTE_GROUP_DOC = YES # Set the SUBGROUPING tag to YES (the default) to allow class member groups of # the same type (for instance a group of public functions) to be put as a