summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-03-29 12:37:52 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-03-29 12:37:52 (GMT)
commit36afe5e25c10dfd5a6208df7c8892eb2bb7498c5 (patch)
tree69fa5054e6b9df0586e50e18e8d1883cfb1d1e18 /src/rtfgen.cpp
parent7e2fcd305c8c9377aa958a3d812cc31bc81c0e32 (diff)
downloadDoxygen-36afe5e25c10dfd5a6208df7c8892eb2bb7498c5.zip
Doxygen-36afe5e25c10dfd5a6208df7c8892eb2bb7498c5.tar.gz
Doxygen-36afe5e25c10dfd5a6208df7c8892eb2bb7498c5.tar.bz2
Better HTML output for VHDL Ports
Small alignment improvement of HTML output for VHDL Ports so that the mode will be in a separate column
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r--src/rtfgen.cpp2
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;