Changelog
doxygen (1.8.1.2-1) unstable; urgency=low
* doxygen 1.8.1.2 (bug fix) release.
- Changes:
+ doxygen now strips the leading indentation shared by the lines in a
@code..@endcode block.
+ id 678218: Changed title of the SVG graphs from 'G' to the root node
of the graph.
- New features:
+ Added button in the navigation tree to allow enabling/disabling
syncing the navigation tree with the content.
+ Extended the number of HTML entities with Greek letters and other
symbols (thanks to Charles Karney for the patch).
+ id 663645: Added support for C++11 strongly typed enums
(enum class E { ... }).
- Bug fixes:
+ id 590518: Added missing class member initialization to a class
in doxmlparser and made the library compile again.
+ id 667678: Added support for Obj-C property attribute "unsafe_retained".
+ id 674842,676984: Unmatched quote in a comment prevented alias
expansion.
+ id 676019: Fixed another case where local include path did not appear
correctly in the class documentation.
+ id 676966: Fortran: Some keyword were not colored in the source view.
+ id 676981: Fortran: Argument type was wrong type of in case of
out of place !> comment.
+ id 677935: Included patch to fix problem compiling for x86 release
on Windows.
+ id 677992: Section without title could result in an invalid
Qt Help index.
+ id 678022: Anonymous enum could result in an invalid Qt Help index.
+ id 678102: Superfluous trailing comma in javascript prevented
navigation tree to load in IE7.
+ id 678177: a + at the start of a line inside a <pre> block, triggered
the start of a list. Also -- and --- where not kept untouched inside
a <pre> block.
+ id 678180: ndash (--) appearing in a brief description could lead to
invalid SVG images.
+ id 678288: -- and --- inside a Markdown code block were not handled
properly.
+ id 679331,675766: In body documentation with a different indentation
then the main documentation was not rendered correctly (MARKDOWN=YES).
+ id 679436: Using an escaped pipe symbol in a Markdown table did not
get unescaped in the output.
+ id 679533: Code fragments did not appear properly in the doxygen manual.
+ id 679615: Added missing delete call in a piece of debugging code.
+ id 679626: Fixed some navigation issues in the manual
+ Not all inherited members appeared in the "Additional inherited members"
list.
+ Link to call after "Inherited members" was not correct when
CREATE_SUBDIRS was enabled.
+ New VHDL diagram was not generated if the path contained spaces.
+ Fixed a couple of problems handling Objective-C categories.
* Fix segfault building the leechcraft docs (Thibaut Paumard).
Closes: #676423.
* Make doxygen Multi-Arch: foreign. Closes: #658984.
-- Matthias Klose <email address hidden> Fri, 13 Jul 2012 23:41:38 +0200