Mercurial > hg > octave-lyh
changeset 16222:40e34895a987 stable
Doxyfile: miscellaneous tweaks
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Thu, 07 Mar 2013 16:32:46 -0500 |
parents | e16080e36cf9 |
children | caf4f386aaab 27a6bb1a2f74 |
files | Doxyfile |
diffstat | 1 files changed, 14 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/Doxyfile +++ b/Doxyfile @@ -1,3 +1,5 @@ +# -*- mode: conf; -*- + # Doxyfile for Doxygen 1.7.1 # This file describes the settings to be used by the documentation system @@ -22,7 +24,7 @@ # Who we are. :-) -PROJECT_NAME = GNU Octave +PROJECT_NAME = "GNU Octave" # The public stable API version (unrelated to the internal API # version). @@ -148,9 +150,13 @@ FORCE_LOCAL_INCLUDES = YES -# Show members in declaration order instead of alphabetically. +# Show members alphabetically + +SORT_MEMBER_DOCS = YES -SORT_MEMBER_DOCS = NO +# Also sort the brief descriptions + +SORT_BRIEF_DOCS = YES # Put ctors first. @@ -160,12 +166,6 @@ SHOW_DIRECTORIES = YES -# Set the SHOW_FILES tag to NO to disable the generation of the Files page. -# This will remove the Files entry from the Quick Index and from the -# Folder Tree View (if specified). The default is YES. - -SHOW_FILES = YES - # We don't have namespaces, so don't show them. SHOW_NAMESPACES = NO @@ -260,3 +260,8 @@ # Use dot from graphviz to generate class diagrams. HAVE_DOT = YES + +# Remove intermediate dot files. + +DOT_CLEANUP = YES +