[Edoc-announce] EDoC++ v0.2.1 Release
Status: Beta
Brought to you by:
bjcosta
|
From: Brendon C. <bre...@gm...> - 2009-02-20 23:53:46
|
Version 0.2.1 of EDoC++ has just been released. This version includes a few minor bug fixes. EDoC++ is both a "lint-like" tool and a documentation tool that specialises in analysing and documenting the use of exceptions in C++ code. In particular, EDoC++ will produce a list of warnings and errors for poor usage of exceptions in C++ code. Additionally, EDoC++ can generate detailed documentation including a list of all exceptions thrown by the functions in a given code base. This documentation is saved in a format that can be parsed by doxygen and is useful for adding exception documentation to the API for a code library. For more information see the website: http://edoc.sourceforge.net/ If you find EDoC++ useful then consider recommending it to others, writing a review, or creating a blog post about it. If you do choose to post information about EDoC++ somewhere then please include a link to the EDoC++ home page: http://edoc.sourceforge.net/ |