Changeset 846 for trunk/tools/qdoc3/config.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/tools/qdoc3/config.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 120 120 121 121 #define CONFIG_ALIAS "alias" 122 #define CONFIG_APPLICATION "application" 122 123 #define CONFIG_BASE "base" // ### don't document for now 123 124 #define CONFIG_CODEINDENT "codeindent" … … 141 142 #define CONFIG_LANGUAGE "language" 142 143 #define CONFIG_MACRO "macro" 144 #define CONFIG_NATURALLANGUAGE "naturallanguage" 143 145 #define CONFIG_OBSOLETELINKS "obsoletelinks" 146 #define CONFIG_APPLICATION "application" 144 147 #define CONFIG_OUTPUTDIR "outputdir" 148 #define CONFIG_OUTPUTENCODING "outputencoding" 145 149 #define CONFIG_OUTPUTLANGUAGE "outputlanguage" 146 150 #define CONFIG_OUTPUTFORMATS "outputformats" … … 148 152 #define CONFIG_QHP "qhp" 149 153 #define CONFIG_QUOTINGINFORMATION "quotinginformation" 154 #define CONFIG_SCRIPTDIRS "scriptdirs" 155 #define CONFIG_SCRIPTS "scripts" 150 156 #define CONFIG_SLOW "slow" 151 157 #define CONFIG_SHOWINTERNAL "showinternal" 152 158 #define CONFIG_SOURCEDIRS "sourcedirs" 159 #define CONFIG_SOURCEENCODING "sourceencoding" 153 160 #define CONFIG_SOURCES "sources" 154 161 #define CONFIG_SPURIOUS "spurious" 162 #define CONFIG_STYLEDIRS "styledirs" 163 #define CONFIG_STYLES "styles" 155 164 #define CONFIG_STYLESHEETS "stylesheets" 156 165 #define CONFIG_TABSIZE "tabsize"
Note:
See TracChangeset
for help on using the changeset viewer.