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 | d29cb5127135f7dad7f0d87c200a41cadcc65ebb (patch) | |
tree | 0ae807dd7da409b997c0ea50204c19c3c6ad81d7 /devel | |
parent | ee1dff5f8497b504f592955548c31b7ce5ac6650 (diff) | |
download | pkgsrc-d29cb5127135f7dad7f0d87c200a41cadcc65ebb.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')
-rw-r--r-- | devel/doxygen/Makefile | 7 | ||||
-rw-r--r-- | devel/doxygen/distinfo | 6 |
2 files changed, 6 insertions, 7 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/ diff --git a/devel/doxygen/distinfo b/devel/doxygen/distinfo index 69c099ae510..9e6f1c85435 100644 --- a/devel/doxygen/distinfo +++ b/devel/doxygen/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2003/12/03 05:38:50 martti Exp $ +$NetBSD: distinfo,v 1.11 2004/04/15 12:52:37 martti Exp $ -SHA1 (doxygen-1.3.5.src.tar.gz) = a222826a362ede43a2c973a41cd81c9f48633a47 -Size (doxygen-1.3.5.src.tar.gz) = 2366628 bytes +SHA1 (doxygen-1.3.6.src.tar.gz) = 69de324e57d5bf229508d1a11616fc4a4a338eb5 +Size (doxygen-1.3.6.src.tar.gz) = 2391375 bytes SHA1 (patch-aa) = c5f0e9d025b4d4672a1ad1467bebd76506ca601d SHA1 (patch-ab) = 58cb9bf5d97835dc0fdda547795e92df7038d8ff SHA1 (patch-af) = 7e9cac0f6a10389b9f20cdc5b7e4988588216734 |