diff options
Diffstat (limited to 'src/mangen.h')
-rw-r--r-- | src/mangen.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mangen.h b/src/mangen.h index ffca2a5..3277716 100644 --- a/src/mangen.h +++ b/src/mangen.h @@ -181,8 +181,10 @@ class ManGenerator : public OutputGenerator void endMemberDescription() { t << "\\fP\""; firstCol=FALSE; } void startDescList(SectionTypes); void endDescList() {} - void startParamList(ParamListTypes); - void endParamList() {} + void startSimpleSect(SectionTypes,const char *,const char *,const char *); + void endSimpleSect(); + void startParamList(ParamListTypes,const char *title); + void endParamList(); void endDescTitle(); void writeDescItem(); void startSection(const char *,const char *,bool); |