SHA256
1
0
forked from pool/doxygen

Accepting request 33026 from devel:tools

Copy from devel:tools/doxygen based on submit request 33026 from user mseben

OBS-URL: https://build.opensuse.org/request/show/33026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=16
This commit is contained in:
OBS User autobuild
2010-02-24 01:00:28 +00:00
committed by Git OBS Bridge
parent 1d757505cf
commit 43ec11d6a2
11 changed files with 111 additions and 40 deletions

View File

@@ -1,3 +1,63 @@
-------------------------------------------------------------------
Sun Feb 21 15:08:52 UTC 2010 - Nico.Laus.2001@gmx.de
- update to 1.6.3:
- New features
* id 608480: Using \dir without argument will create directory
documentation for the directory in which the \dir command
was found.
- Bug fixes (ids refer to the bugzilla database)
* id 590161: perlmod output was wrong when using paragraph
commands.
* id 600525: Included patch for VHDL.
* id 605698: Replaced size attribute of hr tag by class attribute
in the HTML output.
* id 606030,606192,607563: Using \dot produced "Error opening
map file" or could even crash doxygen.
* id 606104: Grouped members with todo-like items were shown
with "GlobalScope" prefix.
* id 606156: Fixed RTF rendering problem with group index.
* id 606206,610133: Added missing line break in LaTeX output.
* id 606330, 608056: The title of pages whose label had an
underscore was not shown
* id 606717: Include guard not starting with #ifndef SOME_GUARD_H
were not recognised as such.
* id 606718: Setting SEARCHENGINE to YES and GENERATE_HTML to NO
caused error that search results directory could not be created.
* id 606772,608493: typedef'ed enums or struct with the same as
the typedef did no longer show up.
* id 607088,607946: Related pages (manual and automatic like the
todo page) caused broken links when SHORT_NAMES was enabled.
* id 607432,608002: Automatically generated related pages (like
the todo page) caused broken links when CREATE_SUBDIR was
enabled.
* id 607736: comments after #if could cause next function call
not to be cross-referenced.
* id 607743: \internal inside a conditional section caused
warning.
* id 608016: Using \internal inside a \section did not end at the
next \section as documented.
* id 608018: \internal command produced message with .: in the
LaTeX output.
* id 608072: HTML Tables with custom attributes were not rendered
properly.
* id 608227: Man pages with underscore got double underscore in
the name.
* id 608590: Buffer overflow when using non-ascii characters as
class name.
* id 608921: Macro definition had effect even if the definition
was not actually included.
* id 609504: config.h and config.l where missing from the SVN
repository.
* id 609624: Todo items were merged for overloaded functions.
* id 609709: C# enum values with @todo items were missing from
the todo list.
* id 610437: Removed bogus warning when using <br/> tag.
* Fixed parsing problem for function pointer type starting with
"typedef enum".
* Preprocessor did not take EXCLUDE_PATTERNS into account, which
could cause parse issues when importing a .tlb file.
-------------------------------------------------------------------
Wed Dec 30 14:16:55 UTC 2009 - pascal.bleser@opensuse.org