Update of /cvsroot/libphidget/libphidget/src/libphidget
In directory usw-pr-cvs1:/tmp/cvs-serv2969/src/libphidget
Modified Files:
Tag: MULTIPLATFORM
Doxyfile
Log Message:
Fixed the documention (temporary fix). It was referencing files that were not always available
Index: Doxyfile
===================================================================
RCS file: /cvsroot/libphidget/libphidget/src/libphidget/Attic/Doxyfile,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** Doxyfile 7 Sep 2002 01:19:00 -0000 1.1.2.1
--- Doxyfile 7 Sep 2002 19:44:10 -0000 1.1.2.2
***************
*** 86,91 ****
HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html
! HTML_HEADER = ../website/header.html
! HTML_FOOTER = ../website/footer.html
HTML_STYLESHEET =
HTML_ALIGN_MEMBERS = YES
--- 86,91 ----
HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html
! #HTML_HEADER = ../website/header.html
! #HTML_FOOTER = ../website/footer.html
HTML_STYLESHEET =
HTML_ALIGN_MEMBERS = YES
|