diff options
Diffstat (limited to 'src/mangen.h')
-rw-r--r-- | src/mangen.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mangen.h b/src/mangen.h index c68ec5c..cb3b0a4 100644 --- a/src/mangen.h +++ b/src/mangen.h @@ -206,6 +206,11 @@ class ManGenerator : public OutputGenerator void startTextBlock(bool) {} void endTextBlock() {} void lastIndexPage() {} + + void startMemberDocPrefixItem() {} + void endMemberDocPrefixItem() {} + void startMemberDocName() {} + void endMemberDocName() {} void startParameter(bool) {} void endParameter(bool) {} |