[Doxygen-users] Doxygen-1.2.11-20011104 in CVS
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2001-11-04 19:09:39
|
Hi, Here's what has changed since last release: --------------------------------------------------------------------------------------- + CHG: Rewrote a substantial part of the source code parser (SOURCE_BROWSER = YES). It is now more context sensitive and will generate more/better links (for typical C code there is still some work to do though). + ADD: Added option REFERENCES_RELATION that can be enabled in combination with SOURCE_BROWSER to produce for each function a list of all called/used members/functions/variables. The reverse list can now be enabled/disabled using the new REFERENCED_BY_RELATION option. + ADD: Added native support for typedefs of the form "typedef void (__stdcall *name)()", where __stdcall can be any identifier. + ADD: Included a patch by Stephen Goudge which adds an option EXAMPLE_RECURSIVE to indicate whether or not example files should be searched recursively. + ADD: Included Latin2 patch by Mitja Udovc. + BUG: Fixed Parser bug for java initializers of the form = "\"/*"; + BUG: Fixed LaTeX output problem when using \par followed by a (-) list. + BUG: Fixed LaTeX output bug in the related page index. + BUG: Commands inside a conditional section would still appear in the result even if the section was disabled. + BUG: Included idea by Roberto Bagnara to make running "make" in the LaTeX output autodetect how many times latex has to be run. + BUG: Included a patch by Johan Eriksson to fix a link problem in the "list of all member" for grouped members. + BUG: Fixed potential crash when \todo was used without arguments. --------------------------------------------------------------------------------------- Enjoy, Dimitri |