[kgraphviewer-devel] [KGraphViewer/libkgraphviz] f61d553: Update Doxyfile

Kevin Funk krf at electrostorm.net
Fri Jan 7 14:31:41 CET 2011


commit f61d55364bce18f0db3db775d36360a4b24121b0
branch libkgraphviz
Author: Kevin Funk <krf at electrostorm.net>
Date:   Tue Jan 4 15:35:00 2011 +0100

    Update Doxyfile
    
    * Sort by ns (more intuitive)
    * Do not scan .git and others, set search path explicitly

diff --git a/Doxyfile b/Doxyfile
index 340f74e..d609807 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -326,7 +326,7 @@ SORT_MEMBER_DOCS       = YES
 # by member name. If set to NO (the default) the members will appear in 
 # declaration order.
 
-SORT_BRIEF_DOCS        = NO
+SORT_BRIEF_DOCS        = YES
 
 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be 
 # sorted by fully-qualified names, including namespaces. If set to 
@@ -336,7 +336,7 @@ SORT_BRIEF_DOCS        = NO
 # Note: This option applies only to the class list, not to the 
 # alphabetical list.
 
-SORT_BY_SCOPE_NAME     = NO
+SORT_BY_SCOPE_NAME     = YES
 
 # The GENERATE_TODOLIST tag can be used to enable (YES) or 
 # disable (NO) the todo list. This list is created by putting \todo 
@@ -459,7 +459,7 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = 
+INPUT                  = src tests
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 


More information about the kgraphviewer-devel mailing list