summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/quoter.h
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-12-20 15:08:57 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-12-20 15:08:57 (GMT)
commit382b359f2c014d8ce353845579508a8c54410c7f (patch)
tree423d432e717422ca8839f799fac0132ff92995f8 /tools/qdoc3/quoter.h
parent02c548c7a38c627b12e84ff164a406cc478f8658 (diff)
downloadQt-382b359f2c014d8ce353845579508a8c54410c7f.zip
Qt-382b359f2c014d8ce353845579508a8c54410c7f.tar.gz
Qt-382b359f2c014d8ce353845579508a8c54410c7f.tar.bz2
Fixed handling of indented snippet markers.
Refactored the code to remove namespace macros and snippet markers.
Diffstat (limited to 'tools/qdoc3/quoter.h')
-rw-r--r--tools/qdoc3/quoter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/quoter.h b/tools/qdoc3/quoter.h
index d984194..e1728d1 100644
--- a/tools/qdoc3/quoter.h
+++ b/tools/qdoc3/quoter.h
@@ -75,6 +75,7 @@ private:
bool match( const Location& docLocation, const QString& pattern,
const QString& line );
QString commentForCode() const;
+ QString removeSpecialLines(const QString &line, const QString &comment);
bool silent;
bool validRegExp;