From 6df1f23c6d9cee6a5301ca5ea295379350bb564d Mon Sep 17 00:00:00 2001 From: recht Date: Mon, 10 May 2004 00:15:49 +0000 Subject: update to Doxygen Release 1.3.7 - ok'd by groo@ Changes * The \param command now has an optional input and/or output attribute. The syntax for an input & output parameter is for example: \param[in,out] name Description. New features * Added new option CREATE_SUBDIRS which when enabled makes doxygen distribute the generated output evenly over 100 subdirectories. * Added support for Qt's properties (i.e. Q_PROPERTY) which can be documented by putting a documentation block in front of the macro or by using a comment block with the new \property command. * Added new commands \manonly and \endmanonly to enter man page specific text and commands in the generated man pages (thanks to Carsten Stiborg). * Included new python based translation report script, which now replaces the old perl based version (thanks to Petr Prikryl). * Improved parser to also support parsing of Objective-C implementation files. * Added new config option EXTRACT_LOCAL_METHODS which can be used for Objective-C code to extract methods definition in the implementation section that are not present in the interface. * Added new config option STRIP_FROM_INC_PATH which allows to specify a list of paths that, if matched, will be striped from the #include statement in the generated documentation of a class. * Added new command \includelineno with works as \include except it will add line numbers to the code (thanks to Giancarlo Niccolai for the patch). * Added BeOS support, thanks to a patch by Mark Hellegers. * Included update for the French translation, thanks to Jacques Bouchard. And many bug fixes. For a complete list see: http://www.stack.nl/~dimitri/doxygen/changelog.html --- devel/doxygen/patches/patch-af | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'devel/doxygen/patches/patch-af') diff --git a/devel/doxygen/patches/patch-af b/devel/doxygen/patches/patch-af index 1fa9d449076..b044b8668fa 100644 --- a/devel/doxygen/patches/patch-af +++ b/devel/doxygen/patches/patch-af @@ -1,12 +1,12 @@ -$NetBSD: patch-af,v 1.1 2002/08/18 17:45:57 dmcmahill Exp $ +$NetBSD: patch-af,v 1.2 2004/05/10 00:15:49 recht Exp $ ---- doc/Makefile.in.orig Tue Jul 17 06:29:48 2001 -+++ doc/Makefile.in +--- doc/Makefile.in.orig 2004-04-25 20:45:22.000000000 +0200 ++++ doc/Makefile.in 2004-05-10 00:33:58.000000000 +0200 @@ -31,6 +31,6 @@ language: language.doc - language.doc: $(wildcard ../src/translator*.h) maintainers.txt language.tpl translator.pl -- $(ENV) VERSION=$(VERSION) DOXYGEN_DOCDIR=. $(PERL) translator.pl -+ $(ENV) VERSION=$(VERSION) DOXYGEN_DOCDIR=. $(PERL) ./translator.pl + language.doc: $(wildcard ../src/translator*.h) maintainers.txt language.tpl translator.py +- python translator.py ++ @PYTHONBIN@ translator.py FORCE: -- cgit v1.2.3