SHA256
8
0
forked from pool/doxygen

- updated to 1.7.6.1:

* Doxygen now reports its cache usage (for the symbol and the 
     lookup cache) at the end of a run (if QUIET=NO), and 
     recommends settings for SYMBOL_CACHE_SIZE and 
     LOOKUP_CACHE_SIZE for your project if either cache is too 
     small. 
   * Added new option LOOKUP_CACHE_SIZE to control the internal 
     cache doxygen uses to find symbols given their name and 
     a context. 
   * Python: added support for @staticmethod.
   * Python: scopes are now shown with . instead of :: 
   * id 665313: Space before @if was not preserved, causing 
     problems with inline @if .. @endif constructs.
   * id 665583: Fixed XHTML validity problem when using mscgen 
     graphs. 
   * id 665641: Fixed XHTML validity problem when 
     GENERATE_TREEVIEW was disabled. 
   * id 665720: Included patch to fix hang issue when non-empty 
     INCLUDE_PATH was used.
   * id 665778: Fixed parse issue when a comma appeared as part 
     of an enum's value.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=42
This commit is contained in:
2011-12-12 09:18:49 +00:00
committed by Git OBS Bridge
parent 74e3b63351
commit 2f9f0a17f8
9 changed files with 36 additions and 11 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Dec 12 08:59:26 UTC 2011 - pgajdos@suse.com
- updated to 1.7.6.1:
* Doxygen now reports its cache usage (for the symbol and the
lookup cache) at the end of a run (if QUIET=NO), and
recommends settings for SYMBOL_CACHE_SIZE and
LOOKUP_CACHE_SIZE for your project if either cache is too
small.
* Added new option LOOKUP_CACHE_SIZE to control the internal
cache doxygen uses to find symbols given their name and
a context.
* Python: added support for @staticmethod.
* Python: scopes are now shown with . instead of ::
* id 665313: Space before @if was not preserved, causing
problems with inline @if .. @endif constructs.
* id 665583: Fixed XHTML validity problem when using mscgen
graphs.
* id 665641: Fixed XHTML validity problem when
GENERATE_TREEVIEW was disabled.
* id 665720: Included patch to fix hang issue when non-empty
INCLUDE_PATH was used.
* id 665778: Fixed parse issue when a comma appeared as part
of an enum's value.
-------------------------------------------------------------------
Mon Dec 5 09:38:29 UTC 2011 - pgajdos@suse.com