diff options
author | albert-github <albert.tests@gmail.com> | 2018-05-25 16:49:47 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-05-25 16:49:47 (GMT) |
commit | d05562bb395d0e83be29c8ff5ad76ddbe2a794bc (patch) | |
tree | ca1fc8778080a0c564098789332153d1d22e35a6 /src/rtfgen.h | |
parent | 63696c08425fc1662c5e76280e3cc74fb3769d80 (diff) | |
download | Doxygen-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.h | 4 |
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) {} |