diff options
author | David Boddie <david.boddie@nokia.com> | 2010-11-19 18:04:03 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-11-19 18:04:03 (GMT) |
commit | c9ff1b8851b166b786864ee7bbe0eceb0220660e (patch) | |
tree | 804f658c3cf4120c0829e9043055893467cddb99 /tools/qdoc3 | |
parent | 5d2eaa50cb1a95f370d7db7413c112e85c83c66d (diff) | |
download | Qt-c9ff1b8851b166b786864ee7bbe0eceb0220660e.zip Qt-c9ff1b8851b166b786864ee7bbe0eceb0220660e.tar.gz Qt-c9ff1b8851b166b786864ee7bbe0eceb0220660e.tar.bz2 |
Updated code comments.
Diffstat (limited to 'tools/qdoc3')
-rw-r--r-- | tools/qdoc3/quoter.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/qdoc3/quoter.cpp b/tools/qdoc3/quoter.cpp index b8055a7..6dc7894 100644 --- a/tools/qdoc3/quoter.cpp +++ b/tools/qdoc3/quoter.cpp @@ -41,7 +41,6 @@ #include <qfileinfo.h> #include <qregexp.h> -#include <qdebug.h> #include "quoter.h" @@ -123,9 +122,9 @@ Quoter::Quoter() /* We're going to hard code these delimiters: * C++, Qt, Qt Script, Java: //! [<id>] - * .pro files: + * .pro, .py files: #! [<id>] - * .xq, .xml, .html files: + * .html, .qrc, .ui, .xq, .xml files: <!-- [<id>] --> */ commentHash["pro"] = "#!"; |