From: <pat...@us...> - 2007-06-26 16:32:55
|
Revision: 603 http://svn.sourceforge.net/xml-cppdom/?rev=603&view=rev Author: patrickh Date: 2007-06-26 09:32:48 -0700 (Tue, 26 Jun 2007) Log Message: ----------- Update the version number and disable the use of the JavaScript treeview. Modified Paths: -------------- trunk/doc/cppdom.doxy Modified: trunk/doc/cppdom.doxy =================================================================== --- trunk/doc/cppdom.doxy 2007-06-26 16:15:29 UTC (rev 602) +++ trunk/doc/cppdom.doxy 2007-06-26 16:32:48 UTC (rev 603) @@ -17,13 +17,13 @@ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = cppdom +PROJECT_NAME = CppDOM # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.1.0 +PROJECT_NUMBER = 0.7.8 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -471,7 +471,7 @@ # JavaScript and frames is required (for instance Netscape 4.0+ # or Internet explorer 4.0+). -GENERATE_TREEVIEW = YES +GENERATE_TREEVIEW = NO # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be # used to set the initial width (in pixels) of the frame in which the tree This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |