I've released a patched version of the Visual Studio 2005 add-in. It includes a number of changes to properly support localised versions of Visual Studio 2005.
Big thanks to Jungjin Kim for helping me test the localisation code.
I haven't had time to look at the change requests yet, but please keep suggestions and bug reports coming! I don't always have time to test everything in details, so I really appreciate any feedback to improve the release quality.... read more
DoxyComment News
DoxyComment / News: Recent posts
New Release v0.7
Hi,
I just release version 0.7.
It includes new support for C# and localizations for Japanese and Polish.
/rob
Updated packages and sad news
I have updated both the add-in (0.4.2) and the formatting template (0.5.0).
The add-in release is a simple bugfix for the "non-conforming line ending" problem.
The formatting template has now been brought up to a level where it is possible to use it on an actual project. It supports the majority of the C/C++ language features as well as a slick look similar to that of the MSDN Library.... read more
Released first version of the formatting template.
I released the first public version of the DoxyComment formatting template on the 2nd of September. This marks the transition of the doxyxsltproc project into DoxyComment.
The DoxyComment formatting template is an xslt template that can generate professional looking C/C++ documentation from doxygen xml files.
Please see here for more information: http://doxycomment.sourceforge.net/template.html
Updated add-in release (0.4.1)
I've released a patched version of the Visual Studio 2005 add-in. It includes a number of changes to properly support localised versions of Visual Studio 2005.
Big thanks to Jungjin Kim for helping me test the localisation code.
I haven't had time to look at the change requests yet, but please keep suggestions and bug reports coming! I don't always have time to test everything in details, so I really appreciate any feedback to improve the release quality.... read more
Problems with localized versions of VS
I've discovered several problems with the add-in when used with localized versions of VS2005 (i.e. other languages than US English). I'm working on a solution. .
The current version of DoxyComment (0.4.0) only supports US English versions of Visual Studio 2005.
Moved respository to SubVersion
I've moved the project repository to SubVersion. The old CVS repository is deprecated.
First release!
I've released the first version of DoxyComment after the move the SourceForge! During the week I managed to put together as setup system and handle automatic registration in VS2005. It should now be a breeze to install and uninstall DoxyComment.
I also decided to include my MSDN xslt template (previously distributed as doxyxsltproc) in DoxyComment as an additional utility. The template makes it possibly to generate html documentation a'la the MSDN library. There is still no documentation for the MSDN template, but expect an update on that front during the next week or so.... read more
Project setup
I've transferred the source code to the project repository and created a simple installer for the add-in. The setup still needs a bit of work, but I expect to be able to release the first version on sf.net during the coming week.