|
![]() [ View full size screenshot ] |
| Version | Date Released | Status | Release Notes |
| 1.8.1 | May 29, 2012 | New Release | Changes: · Auto list items can now consist of multiple paragraphs. The indentation of the (first line) of a new paragraph detemines to which list item the paragraph belongs or if it marks the end of the list. · When UML_LOOK is enabled, relations shown on the edge of a graph are not shown as attributes (conform to the UML notation) · Updated the manual and improved the look. Changes: Changed the way indexes (Class,File,Namespace,Groups) are rendered: · There are now shown in a uniform way in the HTML output as a tree. Trees can be expanded and collapsed interactively (this makes USE_INLINE_TREES obsolete). · The class list now also shows namespaces and nested classes. The file list now also shows directories (this makes SHOW_DIRECTORIES obsolete). · Member sections are now each rendered in a separate table. This makes the HTML_ALIGN_MEMBERS option obsolete. Note: If you use a custom header for the HTML output (HTML_HEADER) make sure you add the following: · script type="text/javascript |
| 1.8.0 | Feb 27, 2012 | New Release | Changes: · Auto list items can now consist of multiple paragraphs. The indentation of the (first line) of a new paragraph detemines to which list item the paragraph belongs or if it marks the end of the list. · When UML_LOOK is enabled, relations shown on the edge of a graph are not shown as attributes (conform to the UML notation) · Updated the manual and improved the look. · Made the contents in the navigation tree more consistent for groups, pages with subpages, and grouped subpages. · id 669079: Latex: made the margins of latex page layout smaller using the geometry package. · The tool doxytag has been declared obsolete and is removed (it wasn't working properly anyway). Same goes for the installdox script. · Updated the copyright in source code and doxywizard "about" to 2012. · id 668008: HTML version of the manual now has the treeview enabled for easier navigation. |
| 1.7.6.1 | Dec 13, 2011 | New Release | Changes: · Doxygen now reports its cache usage (for the symbol and the lookup cache) at the end of a run (if QUIET=NO), and recommends settings for SYMBOL_CACHE_SIZE and LOOKUP_CACHE_SIZE for your project if either cache is too small. New features: · Added new option LOOKUP_CACHE_SIZE to control the internal cache doxygen uses to find symbols given their name and a context. · Python: added support for @staticmethod · Bug fixes (ids refer to the bugzilla database) Python: scopes are now shown with . instead of :: · id 665313: Space before @if was not preserved, causing problems with inline @if .. @endif constructs. · id 665583: Fixed XHTML validity problem when using mscgen graphs. · id 665641: Fixed XHTML validity problem when GENERATE_TREEVIEW was disabled. · id 665720: Included patch to fix hang issue when non-empty INCLUDE_PATH was used. · id 665778: Fixed parse issue when a comma appeared as part of an enum's value. |
| 1.7.2 | Dec 2, 2010 | New Release | Changes: · Changed the default font of the LaTeX output to helvetica. · Changed the way parameters and return values are represented in the LaTeX and RTF output. They are now listed using tables. New features: · added support for Apple's block object extension for C/Obj-C/C++. · added support for detecting Python constructors and destructors. · id 624575: Added endinternal command that can be used to force the end of a section started with internal. · id 552605: Added parsing support for PHP 5.3+ style namespaces. · id 582532: added mscfile command which can be used to insert a message sequence chart given a .msc file. Also added a new config option MSCFILE_DIRS to provide directories were msc files are searched (Thanks to Adrien for the patch). · Added support for type specifiers for documenting PHP parameters, format: "@param type $paramname docs" |