forked from pool/doxygen
Accepting request 954467 from devel:tools
doxygen 1.9.3 (forwarded request 954081 from AndreasStieger) OBS-URL: https://build.opensuse.org/request/show/954467 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=86
This commit is contained in:
commit
b61dce8040
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:060f254bcef48673cc7ccf542736b7455b67c110b30fdaa33512a5b09bbecee5
|
||||
size 5076037
|
3
doxygen-1.9.3.src.tar.gz
Normal file
3
doxygen-1.9.3.src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f352dbc3221af7012b7b00935f2dfdc9fb67a97d43287d2f6c81c50449d254e0
|
||||
size 5152156
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 13 14:28:29 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 1.9.3:
|
||||
* Write directory dependency graphs recursively
|
||||
* Added missing symbols needed to enable SANITIZE_UNDEFINED
|
||||
* Add the xml output format to the image command as generic
|
||||
format
|
||||
* Add the HTML and XML commands to the index [view]
|
||||
* Added explanation for directory dependency graphs in graph
|
||||
manual
|
||||
* Avoid tampering with special commands while doing markdown
|
||||
parsing
|
||||
* Adding HTML tag <cite> [view]
|
||||
* Adding engine to xml output for plantuml [view]
|
||||
* Czech localization update, added all missing czech localization
|
||||
strings up to 1.9.3
|
||||
* translate chinese upto version 1.9.2
|
||||
* Updated swedish translation to 1.9.2
|
||||
* Greek translation updated to 1.9.2
|
||||
* Portuguese translators upddated to 1.9.3
|
||||
* UTF-8 characters in email address
|
||||
* Support for char32_t etc. in code coloring
|
||||
* Changed license of doxmlparser from GPLv2 to MIT
|
||||
* Better error message in case of a fatal error in a lexer
|
||||
* Better readable warnings / debug messages incase of warning with
|
||||
token / return value in docparser
|
||||
* value attribute for <li> tag
|
||||
* Copy original dotfile to output directory in case of DOT_CLEANUP
|
||||
is not set
|
||||
* allow using percentual numbers for images dimensions
|
||||
* Make email obfuscation optional
|
||||
* Improvement of WARN_LOGFILE possibilities
|
||||
* No warning in case non existing macro parameter
|
||||
* HTML tag details
|
||||
* Include qualified names in `<memberdef>`s in XML output
|
||||
* CLASS_DIAGRAM has become obsolete. The same functionality can
|
||||
now be achieved using HAVE_DOT and CLASS_GRAPH. Old settings in
|
||||
the Doxyfile will be automatically converted when reading or
|
||||
updating it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 2 15:24:49 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package doxygen
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: doxygen
|
||||
Version: 1.9.2
|
||||
Version: 1.9.3
|
||||
Release: 0
|
||||
Summary: Automated C, C++, and Java Documentation Generator
|
||||
# qtools are used for building and they are GPL-3.0 licensed
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package doxywizard
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: doxywizard
|
||||
Version: 1.9.2
|
||||
Version: 1.9.3
|
||||
Release: 0
|
||||
Summary: Graphical User Interface for Doxygen
|
||||
# qtools are used for building and they are GPL-3.0 licensed
|
||||
|
Loading…
Reference in New Issue
Block a user