SHA256
8
0
forked from pool/doxygen
OBS User unknown
2007-01-15 23:10:37 +00:00
committed by Git OBS Bridge
commit 87d71fd9c6
19 changed files with 1203 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
Disable debug comments in RTF output (they are visible by default in
ooffice and abiword)
--- src/rtfdocvisitor.cpp
+++ src/rtfdocvisitor.cpp
@@ -29,8 +29,8 @@
#include "parserintf.h"
-#define DBG_RTF(x) m_t << x
-//#define DBG_RTF(x) do {} while(0)
+//#define DBG_RTF(x) m_t << x
+#define DBG_RTF(x) do {} while(0)
RTFDocVisitor::RTFDocVisitor(QTextStream &t,CodeOutputInterface &ci,
const char *langExt)