Update of /cvsroot/csdopenglnet/csdOpenGL/doxygen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21768/doxygen
Modified Files:
Makefile
Added Files:
cg.conf cgFX.conf
Removed Files:
freeglut.conf
Log Message:
Cg binding
--- freeglut.conf DELETED ---
Index: Makefile
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/doxygen/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile 2 Aug 2004 08:27:31 -0000 1.4
--- Makefile 5 Aug 2004 13:09:15 -0000 1.5
***************
*** 1,15 ****
! all: xml/gl_8h.xml
! xml/gl_8h.xml: /usr/include/GL/gl.h
doxygen doxygen.conf
clean:
rm -rf html
rm -rf xml
.IGNORE:
clean
! freeglut
.EXPORT_ALL_VARIABLES:
--- 1,29 ----
! all: GL Cg CgFX
!
! GL: xml/index.xml
+ Cg: cg_xml/index.xml
! CgFX: cgFX_xml/index.xml
!
! xml/index.xml: /usr/include/GL/gl.h
doxygen doxygen.conf
+ cg_xml/index.xml:
+ doxygen cg.conf
+
+ cgFX_xml/index.xml:
+ doxygen cgFX.conf
+
clean:
rm -rf html
rm -rf xml
+ rm -rf cg_*
+ rm -rf cgFX_*
.IGNORE:
clean
! cg
! cgFX
.EXPORT_ALL_VARIABLES:
***************
*** 17,20 ****
.PHONY:
clean
! freeglut
--- 31,35 ----
.PHONY:
clean
! cg
! cgFX
--- NEW FILE: cgFX.conf ---
# Doxyfile 1.3.5
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project
#
# All text after a hash (#) is considered a comment and will be ignored
# The format is:
# TAG = value [value, ...]
# For lists items can also be appended using:
# TAG += value [value, ...]
# Values that contain spaces should be placed between quotes (" ")
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
[...1059 lines suppressed...]
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
# generate a legend page explaining the meaning of the various boxes and
# arrows in the dot generated graphs.
GENERATE_LEGEND = YES
# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
# remove the intermediate dot files that are used to generate
# the various graphs.
DOT_CLEANUP = YES
#---------------------------------------------------------------------------
# Configuration::addtions related to the search engine
#---------------------------------------------------------------------------
# The SEARCHENGINE tag specifies whether or not a search engine should be
# used. If set to NO the values of all tags below this one will be ignored.
SEARCHENGINE = NO
--- NEW FILE: cg.conf ---
# Doxyfile 1.3.5
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project
#
# All text after a hash (#) is considered a comment and will be ignored
# The format is:
# TAG = value [value, ...]
# For lists items can also be appended using:
# TAG += value [value, ...]
# Values that contain spaces should be placed between quotes (" ")
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
[...1059 lines suppressed...]
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
# generate a legend page explaining the meaning of the various boxes and
# arrows in the dot generated graphs.
GENERATE_LEGEND = YES
# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
# remove the intermediate dot files that are used to generate
# the various graphs.
DOT_CLEANUP = YES
#---------------------------------------------------------------------------
# Configuration::addtions related to the search engine
#---------------------------------------------------------------------------
# The SEARCHENGINE tag specifies whether or not a search engine should be
# used. If set to NO the values of all tags below this one will be ignored.
SEARCHENGINE = NO
|