Menu

doxymacs / News: Recent posts

doxymacs development updates

Yes, it's been a while, but doxymacs is being hacked on again.

The SCM of choice will now be git.

Priority will be to support new doxygen features and investigate old tracker items.

Hopefully a 2.0.0 release will come in the near future.

Posted by Ryan T. Sammartino 2010-02-18

doxymacs 1.8.0 released

Version 1.8.0 of doxymacs, the elisp package designed to make using Doxygen-style comments in {X}Emacs easier, has been released.

New in this version:
- Fix bug #1490021: Allow spaces in @param [in] style documentation.
- Fix bug #1496399: Use better way to get user's e-mail address.

Posted by Ryan T. Sammartino 2007-06-10

doxymacs 1.7.0 released

Version 1.7.0 of doxymacs, the elisp package designed to make using Doxygen-style comments in {X}Emacs easier, has been released.

New in this version:

- Bug fix for a compile warning when using gcc 4.
- @param is now considered a "bullet" by filladapt-mode, so that long parameter descriptions will now fill much more nicely.

Posted by Ryan T. Sammartino 2006-04-23

doxymacs 1.6.0 released

Version 1.6.0 of doxymacs, the elisp package designed to make using Doxygen-style comments in {X}Emacs easier, has been released.

New in this version:

- Various bug fixes to get doxymacs working with newer versions of {X}Emacs.
- Fontification support for new doxygen constructs.
- Can now customise which browser doxymacs uses to display documentation.

Posted by Ryan T. Sammartino 2005-06-04

doxymacs 1.5.0 released

Version 1.5.0 of doxymacs, the elisp package designed to make using Doxygen-style comments in {X}Emacs easier, has been released.

This release features:
- a new C++ style of adding Doxygen comments.
- pre-baked .el files for people who cannot run configure.
- several bug fixes to fontification.

Posted by Ryan T. Sammartino 2003-01-26

doxymacs 1.4.0 released

Version 1.4.0 of doxymacs, the lisp package for {X}Emacs that makes creating/using Doxygen documentation easy, has been released. This is a major feature enhancement release.

New features include:

- Now uses autoconf for building.
- Multiple tag files may be used.
- User defined "void" types.
- Better function argument parsing for inserting function comments.

As well several bugs have been fixed.

Posted by Ryan T. Sammartino 2003-01-06

doxymacs 1.3.2 released

Version 1.3.2 of doxymacs, the lisp package for {X}Emacs that makes creating/using Doxygen documentation easy, has been released. This is a minor bugfix release that takes care of issues related to functions with blank lines in their argument lists.

Posted by Ryan T. Sammartino 2002-09-01

doxymacs 1.3.1 released

This minor bugfix release addresses issues compiling the external XML parser (doxymacs_parser.c) on Mac OS X.

Posted by Ryan T. Sammartino 2002-05-09

doxymacs 1.3.0 released

Version 1.3.0 of doxymacs, the elisp package designed to make using/creating Doxygen documentation easier, has been released.

This release adds a new "grouping comment" command that inserts Doxygen grouping comments (//@{ and //@}) around the currently active region. As usual, the style of comments is completely customisable.

Also of note is doxymacs has been tested on and works with XEmacs 21.4 (patch 4).
doxymacs' maintainer also has a new e-mail address, which one can find in the AUTHORS file.

Posted by Ryan T. Sammartino 2001-11-04

doxymacs 1.2.1 released

Version 1.2.1 of doxymacs, the elisp package designed to make using/creating Doxygen documentation easier, has been released.

This minor bugfix release addresses an issue with the default "Qt" style of documenting functions. If you use the "Qt" style, you will probably want to upgrade.

Posted by Ryan T. Sammartino 2001-09-16

doxymacs 1.2.0 released

doxymacs, the elisp package designed to make using and creating Doxygen documentation from within {X}Emacs easier, is now at version 1.2.0

This release adds a new "member comment" function, better on-line help, and some general code clean up.

The previous release may have busted fontification on GNU Emacs. If you are having issues, get release 1.2.0.

Posted by Ryan T. Sammartino 2001-08-28

doxymacs version 1.1.4 released

Version 1.1.4 of doxymacs, the Elisp package designed to make using Doxygen easier from within {X}Emacs, has been released.

This release is a minor bugfix release: @link and @endlink now fontify correctly, and fontification for @b, @em, @c, and @p has been fixed up.

Posted by Ryan T. Sammartino 2001-08-26

doxymacs 1.1.3 released

doxymacs is an elisp package designed to make using Doxygen from within {X}Emacs easier.

Version 1.1.3 fixes compilation problems with the external XML parser when newer versions of libxml2 were installed. The external XML parser now requires libxml2 version 2.3.4 or greater.

Posted by Ryan T. Sammartino 2001-07-10

doxymacs 1.1.2 released

Bugfix for those of you using doxymacs with GNU Emacs. Thanks to Pontus Haglund for pointing out that GNU Emacs doesn't play well with ?: in regexps. Using ?: in regexps prevented doxymacs-find-next-func from finding function declarations/definitions.

If you use doxymacs with GNU Emacs, you will want to grab this.

Posted by Ryan T. Sammartino 2001-07-05

doxymacs 1.1.1 released

doxymacs is an elisp package that makes using/creating Doxygen comments in code easier for the {X}Emacs user.

Version 1.1.1 fixes two very minor bugs in the font-lock code. @see and @ingroup are now fontified properly.

Posted by Ryan T. Sammartino 2001-06-21

doxymacs 1.1.0 released

doxymacs, the Lisp package that makes using Doxygen easier, is now at version 1.1.0. Version 1.1.0 sports the new "font lock Doxygen keywords" feature.

Posted by Ryan T. Sammartino 2001-06-13

doxymacs 1.0.0 released

doxymacs, the LISP package that makes using doxygen easier, is now at version 1.0.0... the "it works for us and a whole bunch of other people" version.

Posted by Ryan T. Sammartino 2001-06-07

doxymacs 0.2.1 released

doxymacs 0.2.1 released.

Many bug fixes, and generally more robust when inserting comments for functions.

Posted by Ryan T. Sammartino 2001-05-27

doxymacs 0.2.0 released

Version 0.2.0 includes an "external" XML parser which can be used to greatly speed up building the completion list from Doxygen tag files.

Internal (ie LISP) XML parser: 20 minues on an 11 MB file.

External (ie C) XML parser: 12 seconds.

Posted by Ryan T. Sammartino 2001-05-23

doxymacs 0.1.2 released

This version fixes some bugs that prevented doxymacs from working on GNU Emacs.

This version has been tested and works on GNU Emacs 20.7.1.

Posted by Ryan T. Sammartino 2001-05-12

doxymacs 0.1.1 released

A new bug-fix release of doxymacs is available.

Bug fix: Change C-? to C-c d ?

Feature add: Update progress while parsing XML file

Posted by Ryan T. Sammartino 2001-05-10

Version 0.1.0 released

Version 0.1.0 of doxymacs, the elisp package that makes using/creating Doxygen documentation easier for the {X}Emacs user, is released. This is the "it works for us, let's see if it works for you" version.

Posted by Ryan T. Sammartino 2001-05-08