forked from pool/doxygen
Accepting request 954081 from home:AndreasStieger:branches:devel:tools
doxygen 1.9.3 OBS-URL: https://build.opensuse.org/request/show/954081 OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=166
This commit is contained in:
parent
fd8c72a9c9
commit
2cc3b48b13
@ -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>
|
Sat Oct 2 15:24:49 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package doxygen
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: doxygen
|
Name: doxygen
|
||||||
Version: 1.9.2
|
Version: 1.9.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Automated C, C++, and Java Documentation Generator
|
Summary: Automated C, C++, and Java Documentation Generator
|
||||||
# qtools are used for building and they are GPL-3.0 licensed
|
# qtools are used for building and they are GPL-3.0 licensed
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package doxywizard
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: doxywizard
|
Name: doxywizard
|
||||||
Version: 1.9.2
|
Version: 1.9.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Graphical User Interface for Doxygen
|
Summary: Graphical User Interface for Doxygen
|
||||||
# qtools are used for building and they are GPL-3.0 licensed
|
# qtools are used for building and they are GPL-3.0 licensed
|
||||||
|
Loading…
Reference in New Issue
Block a user