From: Tim R. <ti...@us...> - 2004-08-13 12:27:14
|
Update of /cvsroot/csdopenglnet/csdOpenGL/Cg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14040/Cg Modified Files: Makefile Added Files: cgGL_8h.xml cg_8h.xml gl_8h.xml Log Message: the xml source files are now included --- NEW FILE: gl_8h.xml --- <?xml version='1.0' encoding='iso-8859-1' standalone='no'?> <doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.3.6"> <compounddef id="gl_8h" kind="file"> <compoundname>gl.h</compoundname> <includes refid="glext_8h" local="no">GL/glext.h</includes> <includedby refid="glut_8h" local="no">glut.h</includedby> <includedby refid="glu_8h" local="no">glu.h</includedby> <incdepgraph> <node id="27"> <label>GL/glext.h</label> <link refid="glext_8h"/> <childnode refid="28" relation="include"> </childnode> </node> <node id="26"> <label>gl.h</label> <link refid="gl.h"/> <childnode refid="27" relation="include"> </childnode> [...16199 lines suppressed...] <param> <type><ref refid="gl_8h_1a774" kindref="member">GLsizei</ref></type> <declname>height</declname> </param> <briefdescription> </briefdescription> <detaileddescription> </detaileddescription> <inbodydescription> </inbodydescription> <location file="/usr/include/GL/gl.h" line="1627"/> </memberdef> </sectiondef> <briefdescription> </briefdescription> <detaileddescription> </detaileddescription> <location file="/usr/include/GL/gl.h"/> </compounddef> </doxygen> --- NEW FILE: cg_8h.xml --- <?xml version='1.0' encoding='iso-8859-1' standalone='no'?> <doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.3.6"> <compounddef id="cg_8h" kind="file"> <compoundname>cg.h</compoundname> <includes refid="cg__datatypes_8h" local="no">Cg/cg_datatypes.h</includes> <includes refid="cg__bindlocations_8h" local="no">Cg/cg_bindlocations.h</includes> <includes refid="cg__profiles_8h" local="no">Cg/cg_profiles.h</includes> <includes refid="cg__errors_8h" local="no">Cg/cg_errors.h</includes> <includes refid="cg__enums_8h" local="no">Cg/cg_enums.h</includes> <includes local="no">stdarg.h</includes> <includedby refid="cgGL_8h" local="no">cgGL.h</includedby> <incdepgraph> <node id="61"> <label>stdarg.h</label> </node> <node id="56"> <label>Cg/cg_bindlocations.h</label> <link refid="cg__bindlocations_8h"/> </node> [...2519 lines suppressed...] <param> <type><ref refid="cg_8h_1a13" kindref="member">CGparameter</ref></type> <declname>current</declname> </param> <briefdescription> </briefdescription> <detaileddescription> </detaileddescription> <inbodydescription> </inbodydescription> <location file="/usr/include/Cg/cg.h" line="353"/> </memberdef> </sectiondef> <briefdescription> </briefdescription> <detaileddescription> </detaileddescription> <location file="/usr/include/Cg/cg.h"/> </compounddef> </doxygen> Index: Makefile =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/Cg/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile 13 Aug 2004 09:24:19 -0000 1.10 --- Makefile 13 Aug 2004 12:27:05 -0000 1.11 *************** *** 25,36 **** ln -sf ../cbonding/libcsdGL.so - cg_8h.xml: - ln -sf ../doxygen/cg_xml/cg_8h.xml . - - cgGL_8h.xml: - ln -sf ../doxygen/cg_xml/cgGL_8h.xml . - gl_8h.xml: ! ln -sf ../doxygen/xml/gl_8h.xml . csdCgBase.cs: cg_8h.xml cg.xml --- 25,30 ---- ln -sf ../cbonding/libcsdGL.so gl_8h.xml: ! ln -sf ../GL/gl_8h.xml . csdCgBase.cs: cg_8h.xml cg.xml --- NEW FILE: cgGL_8h.xml --- <?xml version='1.0' encoding='iso-8859-1' standalone='no'?> <doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.3.6"> <compounddef id="cgGL_8h" kind="file"> <compoundname>cgGL.h</compoundname> <includes refid="cg_8h" local="no">Cg/cg.h</includes> <includes local="no">GL/gl.h</includes> <incdepgraph> <node id="95"> <label>stdarg.h</label> </node> <node id="90"> <label>Cg/cg_bindlocations.h</label> <link refid="cg__bindlocations_8h"/> </node> <node id="93"> <label>Cg/cg_errors.h</label> <link refid="cg__errors_8h"/> </node> <node id="94"> [...1925 lines suppressed...] <param> <type><ref refid="cg_8h_1a11" kindref="member">CGcontext</ref></type> <declname>ctx</declname> </param> <briefdescription> </briefdescription> <detaileddescription> </detaileddescription> <inbodydescription> </inbodydescription> <location file="/usr/include/Cg/cgGL.h" line="366"/> </memberdef> </sectiondef> <briefdescription> </briefdescription> <detaileddescription> </detaileddescription> <location file="/usr/include/Cg/cgGL.h"/> </compounddef> </doxygen> |