summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-08-26 14:15:46 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-08-26 14:15:46 (GMT)
commit1fb3a77524a31472d1ecb9bafb3491ddbbd096e3 (patch)
tree9acee8d8d8b91289eb8173fd93a8f16891fc2a92 /src/rtfgen.cpp
parent8f7c9d9ba3b6c4e87c87deb6775d4bf642939e77 (diff)
downloadDoxygen-1fb3a77524a31472d1ecb9bafb3491ddbbd096e3.zip
Doxygen-1fb3a77524a31472d1ecb9bafb3491ddbbd096e3.tar.gz
Doxygen-1fb3a77524a31472d1ecb9bafb3491ddbbd096e3.tar.bz2
Release-1.2.10
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r--src/rtfgen.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp
index e912f26..1831072 100644
--- a/src/rtfgen.cpp
+++ b/src/rtfgen.cpp
@@ -1931,11 +1931,13 @@ void RTFGenerator::startDescList(SectionTypes)
DBG_RTF(t << "{\\comment (startDescList)}" << endl)
t << "{";
newParagraph();
+ startBold();
}
void RTFGenerator::endDescTitle()
{
DBG_RTF(t << "{\\comment (endDescTitle) }" << endl)
+ endBold();
newParagraph();
//t << Rtf_Style_Reset << styleStack.top();
incrementIndentLevel();