summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/config.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/config.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/config.h')
-rw-r--r--tools/qdoc3/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qdoc3/config.h b/tools/qdoc3/config.h
index bc36f3d..2dd7d50 100644
--- a/tools/qdoc3/config.h
+++ b/tools/qdoc3/config.h
@@ -141,6 +141,7 @@ class Config
#define CONFIG_IMAGES "images"
#define CONFIG_INDEXES "indexes"
#define CONFIG_LANGUAGE "language"
+#define CONFIG_LINKSINMARKUP "linksinmarkup"
#define CONFIG_MACRO "macro"
#define CONFIG_NATURALLANGUAGE "naturallanguage"
#define CONFIG_OBSOLETELINKS "obsoletelinks"
@@ -163,6 +164,7 @@ class Config
#define CONFIG_STYLE "style"
#define CONFIG_STYLES "styles"
#define CONFIG_STYLESHEETS "stylesheets"
+#define CONFIG_SYNTAXHIGHLIGHTING "syntaxhighlighting"
#define CONFIG_TEMPLATEDIR "templatedir"
#define CONFIG_TABSIZE "tabsize"
#define CONFIG_TAGFILE "tagfile"