diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-05-22 19:15:39 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2018-05-22 19:15:39 (GMT) |
commit | 63696c08425fc1662c5e76280e3cc74fb3769d80 (patch) | |
tree | ec70dcfe56a5d12b61993268b87ddf619a8f6b71 /src/rtfgen.cpp | |
parent | 84f2c5880ba35c03510c18be5aea97992b2f4f6c (diff) | |
parent | 50d8b7405fa5b1777b834b6212a1f56d709df211 (diff) | |
download | Doxygen-63696c08425fc1662c5e76280e3cc74fb3769d80.zip Doxygen-63696c08425fc1662c5e76280e3cc74fb3769d80.tar.gz Doxygen-63696c08425fc1662c5e76280e3cc74fb3769d80.tar.bz2 |
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r-- | src/rtfgen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp index 7fcfbb3..9a6f549 100644 --- a/src/rtfgen.cpp +++ b/src/rtfgen.cpp @@ -1626,7 +1626,7 @@ void RTFGenerator::endDescItem() newParagraph(); } -void RTFGenerator::startMemberDescription(const char *,const char *) +void RTFGenerator::startMemberDescription(const char *,const char *,bool) { DBG_RTF(t << "{\\comment (startMemberDescription)}" << endl) t << "{" << endl; |