SHA256
1
0
forked from pool/doxygen

Accepting request 922839 from home:AndreasStieger:branches:devel:tools

doxygen 1.9.2

OBS-URL: https://build.opensuse.org/request/show/922839
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=165
This commit is contained in:
2021-10-04 06:13:30 +00:00
committed by Git OBS Bridge
parent 40a746005c
commit fd8c72a9c9
7 changed files with 37 additions and 1452 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sat Oct 2 15:24:49 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.9.2
* Add support for C++20 concept
* Introduce new sidebar layout via FULL_SIDEBAR option
* Add -q commandline-parameter for quiet operation
* Add config option SHOW_HEADERFILE [view]
* Add config option WARN_IF_INCOMPLETE_DOC [view]
* Add config options GENERATE_SQLITE3, SQLITE3_OUTPUT and
SQLITE3_RECREATE_DB to better control the sqlite3 output
* Add config option MATHJAX_VERSION to support both MathJax 2.x
and 3.x
* Allow more fine tuning of semanitic syntax highlighting via CSS
classes
* Use language name to get code coloring
* Extra settings for MathJax V3
* Support vertical alignment in multirow table
* Add option for an anchor to the image command
* Deprecate options LATEX_SOURCE_CODE, RTF_SOURCE_CODE and
DOCBOOK_PROGRAMLISTING; code listing is now controlled globally
via the SOURCE_BROWSER option
* Make OUTPUT_TEXT_DIRECTION option obsolete
* Replace the C++ doxmlparser libary by a python based module
* many bug fixes and improvements
- drop vhdlparser-no-return.patch, included upstream
-------------------------------------------------------------------
Wed Apr 21 09:31:57 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>