Tweak out doxygen documentation:
authorAntoine Musso <hashar@users.mediawiki.org>
Sat, 21 Apr 2007 21:07:23 +0000 (21:07 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sat, 21 Apr 2007 21:07:23 +0000 (21:07 +0000)
* include svn revision for each file
* use dot to build graphs
* enabled search engine

RELEASE-NOTES
bin/svnstat [new file with mode: 0755]
maintenance/mwdoxygen.cfg

index 7d74d61..b29af22 100644 (file)
@@ -362,6 +362,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Restore '--norc' option for maintenance/importTextFile.php
 * Help information for maintenance/importTextFile.php now easier to read on
   consoles
+* Doxygen documentation now show the revision number of each file, generate
+  graphs using dot and include a search engine.
+
 
 == Languages updated ==
 
diff --git a/bin/svnstat b/bin/svnstat
new file mode 100755 (executable)
index 0000000..b134cdc
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+svn stat -v $1 | sed -n 's/^[ A-Z?\*|!]\{1,15\}/r/;s/ \{1,15\}/\/r/;s/ .*//p'
index 9038960..b5ba892 100644 (file)
@@ -58,7 +58,7 @@ ENABLED_SECTIONS       =
 MAX_INITIALIZER_LINES  = 30
 SHOW_USED_FILES        = YES
 SHOW_DIRECTORIES       = YES
-FILE_VERSION_FILTER    = 
+FILE_VERSION_FILTER    = bin/svnstat 
 #---------------------------------------------------------------------------
 # configuration options related to warning and progress messages
 #---------------------------------------------------------------------------
@@ -202,9 +202,9 @@ PERL_PATH              = /usr/bin/perl
 #---------------------------------------------------------------------------
 CLASS_DIAGRAMS         = YES
 HIDE_UNDOC_RELATIONS   = YES
-HAVE_DOT               = NO
+HAVE_DOT               = YES
 CLASS_GRAPH            = YES
-COLLABORATION_GRAPH    = YES
+COLLABORATION_GRAPH    = NO
 GROUP_GRAPHS           = YES
 UML_LOOK               = NO
 TEMPLATE_RELATIONS     = NO
@@ -227,4 +227,4 @@ DOT_CLEANUP            = YES
 #---------------------------------------------------------------------------
 # Configuration::additions related to the search engine   
 #---------------------------------------------------------------------------
-SEARCHENGINE           = NO
+SEARCHENGINE           = YES