SHA256
8
0
forked from pool/doxygen
OBS User unknown
2007-02-06 23:27:23 +00:00
committed by Git OBS Bridge
parent 87d71fd9c6
commit dde0a1229e
18 changed files with 90 additions and 43 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)