diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2011-01-05 10:41:57 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2011-01-05 10:41:57 (GMT) |
commit | 55d05512939b8e7a43f22a1cc423112d8fb3d2eb (patch) | |
tree | 5cb44bd6883fe8da180378fe7416d5b1514f6578 /tools/qdoc3/quoter.h | |
parent | 9b0ad342cc888bd4291c84f63fe485bfbfdc3ce0 (diff) | |
parent | f44f7084a3020ed8e249644d5b5e07f74cb7b070 (diff) | |
download | Qt-55d05512939b8e7a43f22a1cc423112d8fb3d2eb.zip Qt-55d05512939b8e7a43f22a1cc423112d8fb3d2eb.tar.gz Qt-55d05512939b8e7a43f22a1cc423112d8fb3d2eb.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Merging qt-doc-team into cloned repository
Diffstat (limited to 'tools/qdoc3/quoter.h')
-rw-r--r-- | tools/qdoc3/quoter.h | 1 |
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; |