summaryrefslogtreecommitdiffstats
path: root/src/mangen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mangen.cpp')
-rw-r--r--src/mangen.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mangen.cpp b/src/mangen.cpp
index fb2898c..2afc683 100644
--- a/src/mangen.cpp
+++ b/src/mangen.cpp
@@ -785,3 +785,18 @@ void ManGenerator::endInlineMemberDoc()
firstCol=TRUE;
}
+void ManGenerator::startLabels()
+{
+}
+
+void ManGenerator::writeLabel(const char *l,bool isLast)
+{
+ t << "\\fC [" << l << "]\\fP";
+ if (!isLast) t << ", ";
+}
+
+void ManGenerator::endLabels()
+{
+}
+
+