Renomage du fichier de config doxygen en .conf
This commit is contained in:
parent
43e0427538
commit
b79e9babc5
@ -1,7 +1,10 @@
|
||||
#!/usr/bin/perl
|
||||
#--------------------------------------------------
|
||||
#--------------------------------------------------------------------
|
||||
# Lance la generation de la doc dev doxygen
|
||||
#--------------------------------------------------
|
||||
#
|
||||
# $Id$
|
||||
# $Source$
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
# Detecte repertoire du script
|
||||
($DIR=$0) =~ s/([^\/\\]+)$//;
|
||||
@ -15,13 +18,13 @@ my $dir = getcwd;
|
||||
print "Current dir is: $dir\n";
|
||||
print "Running dir for doxygen must be: $DIR/../..\n";
|
||||
|
||||
if (! -s "doc/dev/dolibarr-doxygen") {
|
||||
if (! -s "doc/dev/dolibarr-doxygen.conf") {
|
||||
print "Error: current directory for building Dolibarr doxygen documentation is not correct.\n";
|
||||
exit 1;
|
||||
}
|
||||
|
||||
print "Running doxygen, please wait...\n";
|
||||
$result=`doxygen doc/dev/dolibarr-doxygen 2>&1`;
|
||||
$result=`doxygen doc/dev/dolibarr-doxygen.conf 2>&1`;
|
||||
|
||||
print $result;
|
||||
|
||||
|
||||
6
doc/dev/dolibarr-doxygen → doc/dev/dolibarr-doxygen.conf
Executable file → Normal file
6
doc/dev/dolibarr-doxygen → doc/dev/dolibarr-doxygen.conf
Executable file → Normal file
@ -1,11 +1,15 @@
|
||||
# Doxyfile 1.3.8
|
||||
#
|
||||
# $Id$
|
||||
# $Source$
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Project related configuration options
|
||||
#---------------------------------------------------------------------------
|
||||
PROJECT_NAME = dolibarr
|
||||
PROJECT_NUMBER = 2.0.0
|
||||
OUTPUT_DIRECTORY = doc/dev/php
|
||||
OUTPUT_DIRECTORY = doc/dev
|
||||
CREATE_SUBDIRS = NO
|
||||
OUTPUT_LANGUAGE = English
|
||||
USE_WINDOWS_ENCODING = NO
|
||||
Loading…
Reference in New Issue
Block a user