Keep only one doxygen file. We keep the file build by Regis as it works both with Eclipse and with perl script, however we rename it to have a config file name that match the script name.
This commit is contained in:
parent
01eb1faba9
commit
2d2b11c78e
@ -13,22 +13,21 @@ $DIR =~ s/([^\/\\])[\\\/]+$/$1/;
|
||||
$OPTIONS="";
|
||||
#$OPTIONS="-d Preprocessor";
|
||||
|
||||
$CONFFILE="doc/dev/dolibarr-doxygen.conf";
|
||||
#$CONFFILE="doc/dev/dolibarr-doxygen2.conf";
|
||||
$CONFFILE="dolibarr-doxygen.doxyfile";
|
||||
|
||||
use Cwd;
|
||||
my $dir = getcwd;
|
||||
|
||||
print "Current dir is: $dir\n";
|
||||
print "Running dir for doxygen must be: $DIR/../..\n";
|
||||
print "Running dir for doxygen must be: $DIR\n";
|
||||
|
||||
if (! -s "doc/dev/dolibarr-doxygen.conf")
|
||||
if (! -s $CONFFILE)
|
||||
{
|
||||
print "Error: current directory for building Dolibarr doxygen documentation is not correct.\n";
|
||||
print "\n";
|
||||
print "Change your current directory then to launch the script, run:\n";
|
||||
print '> perl doc\dev\dolibarr-doxygen-build.pl (on Windows)'."\n";
|
||||
print '> perl doc/dev/dolibarr-doxygen-build.pl (on Linux or BSD)'."\n";
|
||||
print "Change your current directory then, to launch the script, run:\n";
|
||||
print '> perl dolibarr-doxygen-build.pl (on Windows)'."\n";
|
||||
print '> perl dolibarr-doxygen-build.pl (on Linux or BSD)'."\n";
|
||||
sleep 4;
|
||||
exit 1;
|
||||
}
|
||||
|
||||
419
doc/dev/dolibarr-doxygen.conf → doc/dev/dolibarr-doxygen.doxyfile
Normal file → Executable file
419
doc/dev/dolibarr-doxygen.conf → doc/dev/dolibarr-doxygen.doxyfile
Normal file → Executable file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user