SHA256
1
0
forked from pool/doxygen
OBS User unknown
2008-02-28 00:54:14 +00:00
committed by Git OBS Bridge
parent f95afaa64c
commit c4b221d0f7
14 changed files with 183 additions and 116 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Wed Feb 27 08:59:59 CET 2008 - anosek@suse.cz
- updated to version 1.5.5
Changes:
* Pages created with @page are now chapters in the LaTeX and RTF
output and treeviews, and directly follow the mainpage.
Also the project name is not longer repeated for each chapter.
* For dot graphs with an edge with more than ten labels, only
the first ten are shown followed by an ellipsis; done
to prevent very long dot runs resulting in unreadable graphs.
* Use of pdflatex with hyperlinks is now the default.
* C++ preprocessor macro names are now replaced in the comments
* The options SOURCE_BROWSER, CALL_GRAPH, CALLER_GRAPH,
REFERENCES_RELATION, and REFERENCED_BY_RELATION can now be
indepently enabled and disabled. By default the relations are
now disabled.
New features:
* Added support for VHDL (.vhd or .vhdl extension).
Use OPTIMIZE_OUTPUT_VHDL when parsing VHDL code.
* Added support for Objective-C 2.0 properties.
* Added support for docsets, which allow integration of doxygen
generated API documentation in Xcode 3. new options:
o GENERATE_DOCSET: enables/disables the feature
o DOCSET_FEEDNAME: sets the provider/suite name
under which the set is listed.
o DOCSET_BUNDLE_ID: A unique name for the docset.
* Added support for the \tparam command, which works similar to
\param but is meant for documenting template parameters.
* Added \headerfile command which can be used to specify
the second and third argument of a \class command, when
the documentation is already in front of a class definition.
-------------------------------------------------------------------
Tue Oct 30 11:56:25 CET 2007 - anosek@suse.cz