summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-11-19 18:04:03 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-11-19 18:04:03 (GMT)
commitc9ff1b8851b166b786864ee7bbe0eceb0220660e (patch)
tree804f658c3cf4120c0829e9043055893467cddb99 /tools/qdoc3
parent5d2eaa50cb1a95f370d7db7413c112e85c83c66d (diff)
downloadQt-c9ff1b8851b166b786864ee7bbe0eceb0220660e.zip
Qt-c9ff1b8851b166b786864ee7bbe0eceb0220660e.tar.gz
Qt-c9ff1b8851b166b786864ee7bbe0eceb0220660e.tar.bz2
Updated code comments.
Diffstat (limited to 'tools/qdoc3')
-rw-r--r--tools/qdoc3/quoter.cpp5
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"] = "#!";