changeset 16223:caf4f386aaab

maint: periodic merge of stable to default
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 07 Mar 2013 16:35:12 -0500
parents 51b13fe45a94 (current diff) 40e34895a987 (diff)
children 4a848eb52de2
files Doxyfile
diffstat 1 files changed, 14 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/Doxyfile	Thu Mar 07 12:51:02 2013 -0800
+++ b/Doxyfile	Thu Mar 07 16:35:12 2013 -0500
@@ -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
+