SHA256
8
0
forked from pool/doxygen
OBS User unknown
2008-07-18 20:24:33 +00:00
committed by Git OBS Bridge
parent c4b221d0f7
commit 41db1ffb62
15 changed files with 75 additions and 17 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Jul 15 13:31:58 CEST 2008 - anosek@suse.cz
- updated to version 1.5.6
Changes
* The GENERATE_TREEVIEW option is not longer a boolean, but can
now have 4 values, NONE (was NO), FRAME (was YES), HIERARCHIES,
and ALL.
* a page marked as a sub page (\subpage) is now shown in the LaTeX
and RTF output as a section of its parent page. So the top level
pages are shown a chapters, subpages as sections, subpages
of a subpage as subsections, etc.
New features
* Added DOT_FONTNAME and DOT_FONTPATH options
* Added option CHM_INDEX_ENCODING to specify the encoding to be
used for the CHM index files.
* Included patch to make the font-size button visible in the CHM output.
* Added new options SHOW_NAMESPACES and SHOW_FILES to Suppress
Namepace and Files Pages.
* Included a patch that makes it easy to modify the root
of the html treeview with an image using style sheets.
* Added option IDL_PROPERTY_SUPPORT to enable/disable special
propget/propput handling in IDL files.
* Added option FORMULA_FONTSIZE which can be used to change
the font size of the formulas included in the HTML documentation.
And lots of bugfixes
-------------------------------------------------------------------
Wed Feb 27 08:59:59 CET 2008 - anosek@suse.cz