The latest Doxygen package can be downloaded from Softpedia

Jan 21, 2013 16:10 GMT  ·  By

Doxygen, a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D, is now at version 1.8.3.1.

Highlights of Doxygen 1.8.3.1:

• Changed the way search results for multiple projects can be linked together. A project is now no longer identified by the tag files name, but via new option EXTERNAL_SEARCH_ID, giving a bit more flexibility; • Disabled the disk cache for member data. Allows removing quite some complexity in doxygen and is not really needed now that 64bit systems with >4GB RAM are becoming more common. Let me know if you think you benefit from this caching; • Using $relpath$ in a custom footer could lead to ambiguities when followed by a name that could also be a marker, like 'search.' Now $relpath^ should be used instead. $relpath$ is still supported for backward compatibility; • You can now use EXTENSION_MAPPING on files without any extension using no_extension as placeholder (thanks to Jason Majors for the patch).

Check out the official announcement for a complete list of new features and changes.

Download Doxygen 1.8.3.1 right now from Softpedia.