Update of /cvsroot/opal/web/api
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18095/api
Modified Files:
Doxyfile
Log Message:
cleaned up stuff to prepare for 0.3.0
Index: Doxyfile
===================================================================
RCS file: /cvsroot/opal/web/api/Doxyfile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Doxyfile 25 Feb 2005 19:56:16 -0000 1.1
--- Doxyfile 20 Apr 2005 03:45:44 -0000 1.2
***************
*** 25,30 ****
ALWAYS_DETAILED_SEC = NO
INLINE_INHERITED_MEMB = NO
! FULL_PATH_NAMES = YES
! STRIP_FROM_PATH = "C:/Documents and Settings/Tyler/"
STRIP_FROM_INC_PATH =
SHORT_NAMES = NO
--- 25,30 ----
ALWAYS_DETAILED_SEC = NO
INLINE_INHERITED_MEMB = NO
! FULL_PATH_NAMES = NO
! STRIP_FROM_PATH = "C:/Documents and Settings/Tyler/Desktop/opal"
STRIP_FROM_INC_PATH =
SHORT_NAMES = NO
***************
*** 81,85 ****
# configuration options related to the input files
#---------------------------------------------------------------------------
! INPUT = "C:/Documents and Settings/Tyler/Desktop/opal/src"
FILE_PATTERNS = *.c \
*.cc \
--- 81,85 ----
# configuration options related to the input files
#---------------------------------------------------------------------------
! INPUT = "C:/Documents and Settings/Tyler/Desktop/opal/opal/src"
FILE_PATTERNS = *.c \
*.cc \
|