summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/codemarker.h
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-01-18 19:30:57 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-01-18 19:30:57 (GMT)
commitfc66f45827b723eb207f9bad113523f0c26c0d44 (patch)
tree1c13eecb482ae1f4ad63264491c476d2591d5454 /tools/qdoc3/codemarker.h
parentf9d18bcf4d966c74c364dd569d5fddd262a2862c (diff)
downloadQt-fc66f45827b723eb207f9bad113523f0c26c0d44.zip
Qt-fc66f45827b723eb207f9bad113523f0c26c0d44.tar.gz
Qt-fc66f45827b723eb207f9bad113523f0c26c0d44.tar.bz2
Define what the -slow command line option does.
Added configuration options for syntax highlighting and linking. These are also enabled if the -slow command line option is used.
Diffstat (limited to 'tools/qdoc3/codemarker.h')
-rw-r--r--tools/qdoc3/codemarker.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/qdoc3/codemarker.h b/tools/qdoc3/codemarker.h
index 3cf3984..e643082 100644
--- a/tools/qdoc3/codemarker.h
+++ b/tools/qdoc3/codemarker.h
@@ -164,8 +164,6 @@ class CodeMarker
static QString stringForNode(const Node *node);
protected:
- bool hurryUp() const { return !slow; }
-
virtual QString sortName(const Node *node);
QString protect(const QString &string);
QString typified(const QString &string);
@@ -184,7 +182,7 @@ class CodeMarker
private:
QString macName(const Node *parent, const QString &name = QString());
- bool slow;
+ bool linksInMarkup;
static QString defaultLang;
static QList<CodeMarker *> markers;