From cba933a9c545060e7104bdfd15c5c3ab894fd8c7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 28 Dec 2009 11:50:57 +0000 Subject: [PATCH] Update doc --- doc/dev/dolibarr-doxygen.doxyfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/dev/dolibarr-doxygen.doxyfile b/doc/dev/dolibarr-doxygen.doxyfile index 4fec0254bb4..f4adbb5c097 100755 --- a/doc/dev/dolibarr-doxygen.doxyfile +++ b/doc/dev/dolibarr-doxygen.doxyfile @@ -1,4 +1,4 @@ -# Doxyfile 1.5.5 +# Doxyfile 1.6.1 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project @@ -31,7 +31,7 @@ PROJECT_NAME = dolibarr # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.7.0 +PROJECT_NUMBER = 2.8.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -449,7 +449,9 @@ SHOW_NAMESPACES = NO # provided by doxygen. Whatever the program writes to standard output # is used as the file version. See the manual for examples. -FILE_VERSION_FILTER = +#FILE_VERSION_FILTER = dolibarr-doxygen-getversion.pl +FILE_VERSION_FILTER = + #--------------------------------------------------------------------------- # configuration options related to warning and progress messages