summaryrefslogtreecommitdiffstats
path: root/src/mangen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mangen.h')
-rw-r--r--src/mangen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mangen.h b/src/mangen.h
index 5c8a863..f006a67 100644
--- a/src/mangen.h
+++ b/src/mangen.h
@@ -243,6 +243,9 @@ class ManGenerator : public OutputGenerator
void startInlineMemberDoc();
void endInlineMemberDoc();
+ void startLabels();
+ void writeLabel(const char *l,bool isLast);
+ void endLabels();
void writeCodeAnchor(const char *) {}
void linkableSymbol(int,const char *,Definition *,Definition *) {}