summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2010-01-24 22:18:59 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2010-01-24 22:18:59 (GMT)
commitb3ff521abec20509a917158bee82fff6d0931447 (patch)
tree2ceed71b80fa23429f6aeb4a62fe9ca3ea9499d1 /src/rtfgen.cpp
parentdf4e1edf1f6abb55a811e7c4a34764f27b50e502 (diff)
downloadDoxygen-b3ff521abec20509a917158bee82fff6d0931447.zip
Doxygen-b3ff521abec20509a917158bee82fff6d0931447.tar.gz
Doxygen-b3ff521abec20509a917158bee82fff6d0931447.tar.bz2
Release-1.6.2-20100124
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r--src/rtfgen.cpp11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp
index cff30e0..b2541a6 100644
--- a/src/rtfgen.cpp
+++ b/src/rtfgen.cpp
@@ -2,7 +2,7 @@
*
*
*
- * Copyright (C) 1997-2008 by Parker Waechter & Dimitri van Heesch.
+ * Copyright (C) 1997-2010 by Parker Waechter & Dimitri van Heesch.
*
* Style sheet additions by Alexander Bartolich
*
@@ -2710,6 +2710,15 @@ void RTFGenerator::endConstraintList()
t << "}";
}
+void RTFGenerator::startIndexListItem()
+{
+ DBG_RTF(t << "{\\comment (startIndexListItem)}" << endl)
+}
+void RTFGenerator::endIndexListItem()
+{
+ DBG_RTF(t << "{\\comment (endIndexListItem)}" << endl)
+ t << "\\par" << endl;
+}