summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/config.h
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-11-11 18:35:15 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-11-11 18:35:15 (GMT)
commitc7cd5b1a4034639af7e6bc8976ec822dbc986711 (patch)
tree020ded5401bfaf54c968ae29c73aa6735876e523 /tools/qdoc3/config.h
parent466953c0504ec8d84115af4723d6039b21a98ed1 (diff)
downloadQt-c7cd5b1a4034639af7e6bc8976ec822dbc986711.zip
Qt-c7cd5b1a4034639af7e6bc8976ec822dbc986711.tar.gz
Qt-c7cd5b1a4034639af7e6bc8976ec822dbc986711.tar.bz2
Started fixing qdoc's output to use some kind of page templates.
Removed hard-coded style and script information. Split .qdocconf files to help separate content and presentation. Task-number: QTBUG-15208
Diffstat (limited to 'tools/qdoc3/config.h')
-rw-r--r--tools/qdoc3/config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/qdoc3/config.h b/tools/qdoc3/config.h
index 335a0d6..f089a70 100644
--- a/tools/qdoc3/config.h
+++ b/tools/qdoc3/config.h
@@ -119,12 +119,12 @@ class Config
};
#define CONFIG_ALIAS "alias"
-#define CONFIG_APPLICATION "application"
#define CONFIG_BASE "base" // ### don't document for now
#define CONFIG_CODEINDENT "codeindent"
#define CONFIG_DEFINES "defines"
#define CONFIG_DESCRIPTION "description"
#define CONFIG_EDITION "edition"
+#define CONFIG_ENDHEADER "endheader"
#define CONFIG_EXAMPLEDIRS "exampledirs"
#define CONFIG_EXAMPLES "examples"
#define CONFIG_EXCLUDEDIRS "excludedirs"
@@ -134,6 +134,8 @@ class Config
#define CONFIG_GENERATEINDEX "generateindex"
#define CONFIG_HEADERDIRS "headerdirs"
#define CONFIG_HEADERS "headers"
+#define CONFIG_HEADERSCRIPTS "headerscripts"
+#define CONFIG_HEADERSTYLES "headerstyles"
#define CONFIG_IGNOREDIRECTIVES "ignoredirectives"
#define CONFIG_IGNORETOKENS "ignoretokens"
#define CONFIG_IMAGEDIRS "imagedirs"
@@ -143,7 +145,6 @@ class Config
#define CONFIG_MACRO "macro"
#define CONFIG_NATURALLANGUAGE "naturallanguage"
#define CONFIG_OBSOLETELINKS "obsoletelinks"
-#define CONFIG_APPLICATION "application"
#define CONFIG_OUTPUTDIR "outputdir"
#define CONFIG_OUTPUTENCODING "outputencoding"
#define CONFIG_OUTPUTLANGUAGE "outputlanguage"
@@ -160,8 +161,10 @@ class Config
#define CONFIG_SOURCES "sources"
#define CONFIG_SPURIOUS "spurious"
#define CONFIG_STYLEDIRS "styledirs"
+#define CONFIG_STYLE "style"
#define CONFIG_STYLES "styles"
#define CONFIG_STYLESHEETS "stylesheets"
+#define CONFIG_TEMPLATEDIR "templatedir"
#define CONFIG_TABSIZE "tabsize"
#define CONFIG_TAGFILE "tagfile"
#define CONFIG_TRANSLATORS "translators" // ### don't document for now