From 3c691056f952e657d4a3522a5ec59c21f7a4bbe0 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sat, 21 Apr 2007 21:07:23 +0000 Subject: [PATCH] Tweak out doxygen documentation: * include svn revision for each file * use dot to build graphs * enabled search engine --- RELEASE-NOTES | 3 +++ bin/svnstat | 2 ++ maintenance/mwdoxygen.cfg | 8 ++++---- 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100755 bin/svnstat diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7d74d618a2..b29af22f0b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 index 0000000000..b134cdc2ff --- /dev/null +++ b/bin/svnstat @@ -0,0 +1,2 @@ +#!/bin/sh +svn stat -v $1 | sed -n 's/^[ A-Z?\*|!]\{1,15\}/r/;s/ \{1,15\}/\/r/;s/ .*//p' diff --git a/maintenance/mwdoxygen.cfg b/maintenance/mwdoxygen.cfg index 9038960739..b5ba8925e3 100644 --- a/maintenance/mwdoxygen.cfg +++ b/maintenance/mwdoxygen.cfg @@ -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 -- 2.20.1