diff options
author | David Boddie <david.boddie@nokia.com> | 2011-01-18 19:30:57 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-01-18 19:30:57 (GMT) |
commit | fc66f45827b723eb207f9bad113523f0c26c0d44 (patch) | |
tree | 1c13eecb482ae1f4ad63264491c476d2591d5454 /tools/qdoc3/codemarker.h | |
parent | f9d18bcf4d966c74c364dd569d5fddd262a2862c (diff) | |
download | Qt-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.h | 4 |
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; |