Subject: CVS commit: pkgsrc/devel/doxygen
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 08/03/2005 21:41:30
Module Name:	pkgsrc
Committed By:	recht
Date:		Wed Aug  3 21:41:30 UTC 2005

Modified Files:
	pkgsrc/devel/doxygen: Makefile PLIST distinfo
	pkgsrc/devel/doxygen/patches: patch-ab

Log Message:
update to doxygen 1.4.4

New features

Added support for parsing Python code. Special comment blocks in Python
are of the ## #  Some comment #

or you can rely on Python docstrings. This code uses the new parser
interface and was based on the work done by a group of students as part
of a compiler design project. Added support for C# style XML tags in the
comments. See the manual or the C# language specification for more
details. Thanks to Talin for doing most of the work. Added support for
the JavaDoc command {@inheritDoc}.

And some bug fixes. For details see:
http://www.stack.nl/~dimitri/doxygen/changelog.html


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 pkgsrc/devel/doxygen/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/devel/doxygen/PLIST
cvs rdiff -r1.18 -r1.19 pkgsrc/devel/doxygen/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/doxygen/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.