summaryrefslogtreecommitdiffstats
path: root/src/mangen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mangen.h')
-rw-r--r--src/mangen.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mangen.h b/src/mangen.h
index ba362fd..4d0f774 100644
--- a/src/mangen.h
+++ b/src/mangen.h
@@ -220,8 +220,12 @@ class ManGenerator : public OutputGenerator
void endMemberDocPrefixItem() {}
void startMemberDocName() {}
void endMemberDocName() {}
- void startParameter(bool) {}
- void endParameter(bool) {}
+ void startParameterType(bool) {}
+ void endParameterType() {}
+ void startParameterName() {}
+ void endParameterName(bool,bool) {}
+ void startParameterList() {}
+ void endParameterList() {}
void startFontClass(const char *) {}
void endFontClass() {}