Subject: CVS commit: pkgsrc/devel/doxygen
To: None <pkgsrc-changes@NetBSD.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 04/15/2004 12:52:37
Module Name: pkgsrc
Committed By: martti
Date: Thu Apr 15 12:52:37 UTC 2004
Modified Files:
pkgsrc/devel/doxygen: Makefile distinfo
Log Message:
Updated doxygen to 1.3.6
Changes
* For projects with many nested classes, namespaces, typedefs and using
statements, doxygen could become very slow. This should now be improved
significantly.
* Made some cosmetic changes to the HTML output.
* STRIP_FROM_PATH now by default strips the path from which doxygen is run
New features
* Make a start with adding support for Objective-C. Doxygen can now parse
Objective-C header files (including protocols and categories).
* Include a patch by Hauke Duden which adds preliminary support for the
D programming language (see http://www.digitalmars.com/d).
* C Comments inside #defines are now preserved. This could be useful
to document boilerplate code.
* Included patch to replace tabs by the proper amount of spaced inside code
fragments in the XML output (thanks to Alexandr for the patch).
* Examples (documented via \example) are now included in the XML output.
* New option SORT_BRIEF_DOCS which when enabled will list the
declaration section of the documentation (with the brief descriptions)
in alpabetical order, instead of declaration order.
* Included patch for Hungarian translation (thanks to Akos Kiss) and for
the Serbian language. Added support for mixed Korean/english (thanks
to Jihoon Chung). The translator report script was also updated.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 pkgsrc/devel/doxygen/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/doxygen/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.