diff options
Diffstat (limited to 'src/mangen.h')
-rw-r--r-- | src/mangen.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/mangen.h b/src/mangen.h index 7893d2e..f34caed 100644 --- a/src/mangen.h +++ b/src/mangen.h @@ -10,7 +10,8 @@ * for any purpose. It is provided "as is" without express or implied warranty. * See the GNU General Public License for more details. * - * All output generated with Doxygen is not covered by this license. + * Documents produced by Doxygen are derivative works derived from the + * input used in their production; they are not affected by this license. * */ @@ -93,8 +94,14 @@ class ManGenerator : public OutputGenerator void endMemberList(); void startMemberItem(int); void endMemberItem(bool); - //void memberGroupSpacing(bool) {} - //void memberGroupSeparator() {} + + void startMemberGroupHeader(); + void endMemberGroupHeader(); + void startMemberGroupDocs(); + void endMemberGroupDocs(); + void startMemberGroup(); + void endMemberGroup(bool); + void writeRuler() {} void writeAnchor(const char *) {} void startCodeFragment(); |