summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-05-25 16:49:47 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-05-25 16:49:47 (GMT)
commitd05562bb395d0e83be29c8ff5ad76ddbe2a794bc (patch)
treeca1fc8778080a0c564098789332153d1d22e35a6 /src/rtfgen.h
parent63696c08425fc1662c5e76280e3cc74fb3769d80 (diff)
downloadDoxygen-d05562bb395d0e83be29c8ff5ad76ddbe2a794bc.zip
Doxygen-d05562bb395d0e83be29c8ff5ad76ddbe2a794bc.tar.gz
Doxygen-d05562bb395d0e83be29c8ff5ad76ddbe2a794bc.tar.bz2
Syntax highlighting / code coloring in RTF
Although stated in the Doxyfile that for RTF source code syntax highlighting should be present this was not the case.
Diffstat (limited to 'src/rtfgen.h')
-rw-r--r--src/rtfgen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rtfgen.h b/src/rtfgen.h
index 1eb7db0..bb3146a 100644
--- a/src/rtfgen.h
+++ b/src/rtfgen.h
@@ -258,8 +258,8 @@ class RTFGenerator : public OutputGenerator
void writeLabel(const char *l,bool isLast);
void endLabels();
- void startFontClass(const char *) {}
- void endFontClass() {}
+ void startFontClass(const char *);
+ void endFontClass();
void writeCodeAnchor(const char *) {}
void setCurrentDoc(Definition *,const char *,bool) {}