# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1362691966 18000 # Node ID 40e34895a987f4637c106a8b77fd5abef0aa282e # Parent e16080e36cf9cc34b443aa342f3eec2c53c7ce50 Doxyfile: miscellaneous tweaks diff --git a/Doxyfile b/Doxyfile --- 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 +