diff options
author | martti <martti@pkgsrc.org> | 2004-04-15 12:52:37 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-04-15 12:52:37 +0000 |
commit | fa2a539e8fe017c7dddf99e8e109c5291463ffab (patch) | |
tree | 0ae807dd7da409b997c0ea50204c19c3c6ad81d7 /devel/doxygen/Makefile | |
parent | 15d2bad27360e38f14d1d2245c9a6709cff2ac23 (diff) | |
download | pkgsrc-fa2a539e8fe017c7dddf99e8e109c5291463ffab.tar.gz |
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.
Diffstat (limited to 'devel/doxygen/Makefile')
-rw-r--r-- | devel/doxygen/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 6f9b814b2e1..2a75469f92e 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2004/03/26 02:27:37 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2004/04/15 12:52:37 martti Exp $ -DISTNAME= doxygen-1.3.5.src -PKGNAME= doxygen-1.3.5 -PKGREVISION= 3 +DISTNAME= doxygen-1.3.6.src +PKGNAME= doxygen-1.3.6 CATEGORIES= devel MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ |