[Edoc-main] EDoc++ v0.2.0 Release
Status: Beta
Brought to you by:
bjcosta
From: Brendon C. <bre...@gm...> - 2008-10-16 11:01:47
|
Version 0.2.0 of EDoc++ has just been released. This version includes a few important bug fixes and additional features. The goal of EDoc++ is to alleviate many of the problems associated with using exceptions in C++. It performs compile time static analysis over C++ source code producing warnings and errors for poor or bad exception usage. In addition to this EDoc++ is capable of generating detailed documentation about exception propagation through all functions that can then be used by doxygen. Among other things this particular release adds: * Update from GCC 4.0.1 to 4.0.4 * Support for FreeBSD * Improved post processing speeds * Added exception verification checks (Warn when throwing from a destructor) * Various bug fixes For more information see the website: http://edoc.sourceforge.net/ or browse the manual: http://edoc.sourceforge.net/EDocManual/index.html or download it from: http://sourceforge.net/project/showfiles.php?group_id=181536&package_id=210346 Please send bug-reports or feature requests to: br...@ch... or sign up to the mailing list: http://lists.sourceforge.net/lists/listinfo/edoc-main |