summaryrefslogtreecommitdiffstats
path: root/src/latexgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/latexgen.h')
-rw-r--r--src/latexgen.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/latexgen.h b/src/latexgen.h
index 36246fd..c055c83 100644
--- a/src/latexgen.h
+++ b/src/latexgen.h
@@ -247,6 +247,10 @@ class LatexGenerator : public OutputGenerator
void startInlineMemberDoc();
void endInlineMemberDoc();
+ void startLabels();
+ void writeLabel(const char *l,bool isLast);
+ void endLabels();
+
void startFontClass(const char *); // {}
void endFontClass(); // {}