SHA256
1
0
forked from pool/doxygen
Pascal Bleser
2010-06-25 19:02:05 +00:00
committed by Git OBS Bridge
parent 9a8c06e3fb
commit d999b064ae
11 changed files with 52 additions and 18 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Jun 25 18:50:45 UTC 2010 - pascal.bleser@opensuse.org
- update to 1.7.1:
* Changes:
+ id 621695: Made warning and error messages appear with lower case "warning:" and "error:" prefix to make it easier to use the messages from Visual Studio
* New features:
+ id 621908: added new config option FORMULA_TRANSPARENT which allows selecting between transparent (YES) or non-transparent (NO) PNGs for formulas in the HTML output.
+ update for Turkish translation
* Bug fixes:
+ id 533821: Inheritance relation for a C# class deriving from a generic class was not handled correctly
+ id 554638: Changing DOT_IMAGE_FORMAT did not cause the graphs to be regenerated
+ id 576533: A field of the form "enum E *p" was ignore
+ id 597016: Hide scope name was not working properly for todo items inside class members, where the class was inside a namespace
+ id 617761: In dot graphs now also @ref worked (previously only \ref was supported)
+ id 621733: Removed bogus warning about undocument return type for define when WARN_NO_PARAMDOC was enabled
+ id 621780: Fixed parsing support for a function that returns a struct definition
+ id 621785: Doxygen could hang when using \copydoc in a function with \param
+ id 621805: Using //!< after a #define no longer worked
+ id 621854,622219,622593: html help compiler (and also the Qt help compiler) was called before all dot images were generated.
+ id 621984: Using a auto-list in combination with \subpage cause the items to be inlined
+ id 622018: Fixed problem parsing a @param command where the text part started with a formula
+ id 622019: Added some instructions how to document Fortran code
+ id 622041: Using \var multiple times in a comment block did not work properly
+ id 622413: Tooltips could get wrongly truncated when multi-byte UTF-8 characters were used
+ id 622471: Argument matching failed for typedef in another namespace
+ Fixed crash situation while handling commands inside a @ref section
+ Treeview icons were missing in the HTML output when setting GENERATE_TREEVIEW to NO and USE_INLINE_TREES to YES
-------------------------------------------------------------------
Tue Jun 15 13:04:46 UTC 2010 - pascal.bleser@opensuse.org