Update of /cvsroot/phpwebapp/documentation/external
In directory sc8-pr-cvs1:/tmp/cvs-serv16326/external
Modified Files:
phpdoc.sh doxygen.cfg
Log Message:
Index: phpdoc.sh
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/external/phpdoc.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** phpdoc.sh 15 Aug 2003 08:09:15 -0000 1.1
--- phpdoc.sh 25 Aug 2003 13:30:17 -0000 1.2
***************
*** 43,47 ****
# * @var string PATH_PROJECT
# */
! PATH_PROJECT=$PWD/../../web_app
#/**
--- 43,47 ----
# * @var string PATH_PROJECT
# */
! PATH_PROJECT=$PWD/../../web_app,$PWD/../../empty-sample
#/**
Index: doxygen.cfg
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/external/doxygen.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** doxygen.cfg 15 Aug 2003 08:09:15 -0000 1.1
--- doxygen.cfg 25 Aug 2003 13:30:17 -0000 1.2
***************
*** 358,362 ****
# with spaces.
! INPUT = ../../web_app
# If the value of the INPUT tag contains directories, you can use the
--- 358,362 ----
# with spaces.
! INPUT = ../../web_app ../../empty-sample
# If the value of the INPUT tag contains directories, you can use the
|