Changeset 928:021e232acda2 in lemon-main for doc
- Timestamp:
- 01/21/11 22:04:22 (14 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Doxyfile.in
r927 r928 1 # Doxyfile 1. 5.91 # Doxyfile 1.7.3 2 2 3 3 #--------------------------------------------------------------------------- … … 7 7 PROJECT_NAME = @PACKAGE_NAME@ 8 8 PROJECT_NUMBER = @PACKAGE_VERSION@ 9 PROJECT_BRIEF = 10 PROJECT_LOGO = 9 11 OUTPUT_DIRECTORY = 10 12 CREATE_SUBDIRS = NO … … 30 32 OPTIMIZE_FOR_FORTRAN = NO 31 33 OPTIMIZE_OUTPUT_VHDL = NO 34 EXTENSION_MAPPING = 32 35 BUILTIN_STL_SUPPORT = YES 33 36 CPP_CLI_SUPPORT = NO … … 55 58 HIDE_SCOPE_NAMES = YES 56 59 SHOW_INCLUDE_FILES = YES 60 FORCE_LOCAL_INCLUDES = NO 57 61 INLINE_INFO = YES 58 62 SORT_MEMBER_DOCS = NO 59 63 SORT_BRIEF_DOCS = NO 64 SORT_MEMBERS_CTORS_1ST = NO 60 65 SORT_GROUP_NAMES = NO 61 66 SORT_BY_SCOPE_NAME = NO 67 STRICT_PROTO_MATCHING = NO 62 68 GENERATE_TODOLIST = YES 63 69 GENERATE_TESTLIST = YES … … 111 117 FILTER_PATTERNS = 112 118 FILTER_SOURCE_FILES = NO 119 FILTER_SOURCE_PATTERNS = 113 120 #--------------------------------------------------------------------------- 114 121 # configuration options related to source browsing … … 137 144 HTML_FOOTER = 138 145 HTML_STYLESHEET = 146 HTML_COLORSTYLE_HUE = 220 147 HTML_COLORSTYLE_SAT = 100 148 HTML_COLORSTYLE_GAMMA = 80 149 HTML_TIMESTAMP = YES 139 150 HTML_ALIGN_MEMBERS = YES 140 151 HTML_DYNAMIC_SECTIONS = NO … … 142 153 DOCSET_FEEDNAME = "Doxygen generated docs" 143 154 DOCSET_BUNDLE_ID = org.doxygen.Project 155 DOCSET_PUBLISHER_ID = org.doxygen.Publisher 156 DOCSET_PUBLISHER_NAME = Publisher 144 157 GENERATE_HTMLHELP = NO 145 158 CHM_FILE = … … 153 166 QHP_NAMESPACE = org.doxygen.Project 154 167 QHP_VIRTUAL_FOLDER = doc 168 QHP_CUST_FILTER_NAME = 169 QHP_CUST_FILTER_ATTRS = 170 QHP_SECT_FILTER_ATTRS = 155 171 QHG_LOCATION = 172 GENERATE_ECLIPSEHELP = NO 173 ECLIPSE_DOC_ID = org.doxygen.Project 156 174 DISABLE_INDEX = NO 157 175 ENUM_VALUES_PER_LINE = 4 158 176 GENERATE_TREEVIEW = NO 177 USE_INLINE_TREES = NO 159 178 TREEVIEW_WIDTH = 250 179 EXT_LINKS_IN_WINDOW = NO 160 180 FORMULA_FONTSIZE = 10 181 FORMULA_TRANSPARENT = YES 182 USE_MATHJAX = NO 183 MATHJAX_RELPATH = http://www.mathjax.org/mathjax 184 SEARCHENGINE = YES 185 SERVER_BASED_SEARCH = NO 161 186 #--------------------------------------------------------------------------- 162 187 # configuration options related to the LaTeX output … … 175 200 LATEX_BATCHMODE = NO 176 201 LATEX_HIDE_INDICES = NO 202 LATEX_SOURCE_CODE = NO 177 203 #--------------------------------------------------------------------------- 178 204 # configuration options related to the RTF output … … 223 249 SKIP_FUNCTION_MACROS = YES 224 250 #--------------------------------------------------------------------------- 225 # Options related to the search engine251 # Configuration::additions related to external references 226 252 #--------------------------------------------------------------------------- 227 253 TAGFILES = "@abs_top_builddir@/doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/ " … … 237 263 HIDE_UNDOC_RELATIONS = YES 238 264 HAVE_DOT = YES 265 DOT_NUM_THREADS = 0 239 266 DOT_FONTNAME = FreeSans 240 267 DOT_FONTSIZE = 10 … … 254 281 DOT_PATH = 255 282 DOTFILE_DIRS = 283 MSCFILE_DIRS = 256 284 DOT_GRAPH_MAX_NODES = 50 257 285 MAX_DOT_GRAPH_DEPTH = 0 … … 260 288 GENERATE_LEGEND = YES 261 289 DOT_CLEANUP = YES 262 #---------------------------------------------------------------------------263 # Configuration::additions related to the search engine264 #---------------------------------------------------------------------------265 SEARCHENGINE = NO -
doc/DoxygenLayout.xml
r316 r928 3 3 <navindex> 4 4 <tab type="mainpage" visible="yes" title=""/> 5 <tab type="modules" visible="yes" title="" />5 <tab type="modules" visible="yes" title="" intro=""/> 6 6 <tab type="classes" visible="yes" title=""> 7 <tab type="classes" visible="yes" title="" />8 <tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/> 9 <tab type="hierarchy" visible="yes" title="" />10 <tab type="classmembers" visible="yes" title="" />7 <tab type="classes" visible="yes" title="" intro=""/> 8 <tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/> 9 <tab type="hierarchy" visible="yes" title="" intro=""/> 10 <tab type="classmembers" visible="yes" title="" intro=""/> 11 11 </tab> 12 12 <tab type="namespaces" visible="yes" title=""> 13 <tab type="namespaces" visible="yes" title="" />14 <tab type="namespacemembers" visible="yes" title="" />13 <tab type="namespaces" visible="yes" title="" intro=""/> 14 <tab type="namespacemembers" visible="yes" title="" intro=""/> 15 15 </tab> 16 16 <tab type="files" visible="yes" title=""> 17 <tab type="files" visible="yes" title="" />18 <tab type="globals" visible="yes" title="" />17 <tab type="files" visible="yes" title="" intro=""/> 18 <tab type="globals" visible="yes" title="" intro=""/> 19 19 </tab> 20 <tab type="dirs" visible="yes" title="" />21 <tab type="examples" visible="yes" title="" />22 <tab type="pages" visible="yes" title="" />20 <tab type="dirs" visible="yes" title="" intro=""/> 21 <tab type="examples" visible="yes" title="" intro=""/> 22 <tab type="pages" visible="yes" title="" intro=""/> 23 23 </navindex> 24 24
Note: See TracChangeset
for help on using the changeset viewer.