Commit graph

7 commits

Author SHA1 Message Date
martti
44c01f8cdf Updated doxygen to 1.3.8
Changes

* Rewrote doxywizard. It should be more easy to use and has much better
  support for running doxygen from the GUI. Feedback is welcomed!
* Members of a namespace are now also added to the file in which they appear
* Included patch by Mikhail Glushenkov that fixed item 5 on the todo
  list (titles of html pages are now internationalized).
* A macro defined in the config file can now be undefined in the source
  code via a #undef.
* Optimized calling of dot using multiple -T flags at a couple of places

New features

* New option FILTER_PATTERNS which can be used to specify multiple input
  filters, and let doxygen select the right one based on matching the
  source file name with a specified pattern.
* id 142939: New commands \protocol and \category which can be used to
  document Objective-C protocols and categories in the same way the
   \class command does for classes.
* Included patch that removes some cosmetic annoyances in the man page output
* Added internationalization support for Afrikaans and Lithanian. Included
  language updates for Dutch, Czech, Italian, Brazilian, Croatian, Japanese,
  Norwegian and Russian.

Bug fixes
2004-07-26 08:39:57 +00:00
recht
6df1f23c6d 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
2004-05-10 00:15:49 +00:00
martti
a31eadb731 Updated doxygen to 1.3.4
* bug fixes
2003-10-05 12:03:50 +00:00
martti
2fe33d5af3 Updated doxygen to 1.3.2
* Lots of bug fixes
* Language updates
2003-06-16 12:07:18 +00:00
martti
197ae29fda Updated doxygen to 1.3
* translation updates
* lots of bug fixes
2003-05-09 08:02:44 +00:00
martti
8335ca25e1 Updated doxygen to 1.2.18 (changes unknown). 2002-10-24 06:21:18 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00