From 54176f4d22af49ead80d28872f20ce61d3f68568 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 26 Nov 2004 20:46:55 +0000 Subject: [PATCH] Updates to ChangeLog and doxygen file --- ChangeLog | 63 ++++++++++++++++++++++++++++++++ doc/Doxyfiles/auto_Mainpage | 2 +- doc/Doxyfiles/core_Doxyfile | 4 +- doc/Doxyfiles/custom_Footer.html | 2 +- 4 files changed, 67 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 404537f2b..4441831b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2004-11-26 19:27 robert + + * VisualStudio/examples/: osgcameragroup/osgcameragroup.dsp, + osgconv/osgconv.dsp, osgspheresegment/osgspheresegment.dsp: Added + /Zm200 to avoid heap size problems under VS6.0 + +2004-11-26 16:01 robert + + * include/: osg/Export, osg/UnitTestFramework, osgDB/Export, + osgFX/Export, osgGL2/Export, osgParticle/Export, + osgProducer/Export, osgSim/Export, osgTerrain/Export, + osgText/Export, osgUtil/Export: Addd high level introductory docs + for all the libs + +2004-11-26 16:00 robert + + * doc/Doxyfiles/: auto_Mainpage, custom_Footer.html: Clean up + doxygen files for release + +2004-11-25 15:57 robert + + * VisualStudio/examples/: osgautotransform/osgautotransform.dsp, + osggeometry/osggeometry.dsp, osglogo/osglogo.dsp, + osgsequence/osgsequence.dsp: Added /Zm200 to avoid VS 6.0 dump + arse compile errors + +2004-11-25 15:09 robert + + * src/osgDB/: Archive.cpp, Registry.cpp: Fixed caching of archives + +2004-11-25 13:59 robert + + * VisualStudio/VisualStudio.dsw: Reordered the core libraries to + try and get round compile order problems under VisualStudio 6.0 + +2004-11-25 09:51 robert + + * Make/makedefs: Added LFS support to gcc linux build + +2004-11-24 21:39 robert + + * src/osgTerrain/DataSet.cpp: cleaned up debug info + +2004-11-24 21:10 robert + + * ChangeLog, NEWS.txt: updated NEWS and ChangeLog + +2004-11-24 19:41 robert + + * src/osgTerrain/DataSet.cpp: Clean up of output + +2004-11-24 19:10 robert + + * examples/: osgplanets/osgplanets.cpp, osgshape/osgshape.cpp: from + Mike Weiblen, added wrap mode to planet texture to avoid black + seam, and add option of specifying the texture to use in + osgshape. + +2004-11-24 15:41 robert + + * src/osgPlugins/lib3ds/ReaderWriter3DS.cpp: Fixed typo in + acceptsExtension + 2004-11-24 06:57 robert * src/osgPlugins/pfb/ReaderWriterPFB.cpp: Moved the initPeformer to diff --git a/doc/Doxyfiles/auto_Mainpage b/doc/Doxyfiles/auto_Mainpage index c26899fee..aed86bade 100644 --- a/doc/Doxyfiles/auto_Mainpage +++ b/doc/Doxyfiles/auto_Mainpage @@ -19,7 +19,7 @@ and the like), osgText, osgParticle, etc. A full list can be seen by clicking on the Namespace List link above. Tarballs of this documentation may be downloaded from -here. +here. Enjoy! diff --git a/doc/Doxyfiles/core_Doxyfile b/doc/Doxyfiles/core_Doxyfile index 262db6a63..808cae721 100644 --- a/doc/Doxyfiles/core_Doxyfile +++ b/doc/Doxyfiles/core_Doxyfile @@ -30,7 +30,7 @@ PROJECT_NUMBER = # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = $(OSGHOME)/doc/doxygen +OUTPUT_DIRECTORY = $(OSGHOME)/doc/ # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this @@ -465,7 +465,7 @@ GENERATE_HTML = YES # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. -HTML_OUTPUT = html +HTML_OUTPUT = OpenSceneGraphReferenceDocs # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank diff --git a/doc/Doxyfiles/custom_Footer.html b/doc/Doxyfiles/custom_Footer.html index e5fddb937..c62f24520 100644 --- a/doc/Doxyfiles/custom_Footer.html +++ b/doc/Doxyfiles/custom_Footer.html @@ -1,6 +1,6 @@
Generated at $datetime for the OpenSceneGraph -by doxygen $doxygenversion.
+by doxygen $doxygenversion.