[Doxygen-users] Doxygen-1.2.13-20020122 in CVS
Brought to you by:
dimitri
|
From: Dimitri v. H. <di...@st...> - 2002-01-22 18:11:27
|
Hi,
I just committed an update to the CVS repository. Since I spend quite some
time on restructuring the XML output, there are still a number of patches
in the pipeline, so for those who sent me something, there is no need
to resend (yet). Anyway, here is the changelog for this release:
------------------------------------------------------------------------------
+ CHG: Split up the XML output into an index (index.xml) and one page per
compound. This allows for faster processing and less memory consumption,
when using DOM style parsers.
+ CHG: Include files are now only shown in the class documentation if
and only if SHOW_INCLUDE_FILES is YES.
+ CHG: Doxygen-style C comments inside macro definitions are now preserved
in the output. Example:
#define INIT(x) /*! Initializes x. */ void Init() { x = 0; }
+ CHG: When deriving from pure virtual members or IDL interfaces, doxygen will
now put an "implements/implemented in" list in the documentation instead
of "reimplements/reimplemented by".
+ ADD: Added a very simple metrics utility
(see addon/doxmlparser/examples/metrics) which can compute some
figures based on the XML output generated by doxygen.
+ ADD: Added autodetection for Darwin (MacOSX) to the configure script.
+ ADD: Added option EXCLUDE_SYMLINKS.
The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
directories that are symbolic links (a Unix filesystem feature) are
excluded.
+ ADD: Added option EXTERNAL_GROUPS.
If the EXTERNAL_GROUPS tag is set to YES all external groups
will be listed in the modules index. If set to NO, only the
current project's groups will be listed. (thanks to Darren Oldag
for the patch).
+ ADD: Included update for Chinese (thanks to Wei Liu).
+ ADD: Included update for translator.pl (thanks to Petr Prikryl)
+ ADD: Updated .spec file (thanks to Emilio Riva).
+ ADD: Included patch by Jochen Hanff to make the index headings configurable
via style-sheets.
+ BUG: The start of a comment (/*) embedded in a page or example block
caused parse problems.
+ BUG: operator%= member caused latex error when in pdf hyperlink mode.
+ BUG: fixed parse problem for function typedefs like "typedef int f()"
+ BUG: Qt slots weren't included in the reference/referenced by relations
(thanks to Gordon Machel for the patch).
+ BUG: Fixed parse problem that occurred when the <SUP> tag was used in
a brief description.
+ BUG: Private members sometimes showed up in the all member list even though
EXTRACT_PRIVATE was NO.
------------------------------------------------------------------------------
Enjoy,
Dimitri
|