SHA256
1
0
forked from pool/doxygen

- version update to 1.9.0

* Features
    Show QT version in doxywizard [view]
    Adding possibility to add command line options when running doxygen from doxygen wizard [view], [view]
    Add param validation to typedef function pointers [view]
    Allow building doxygen as a subproject [view]
    Layout changes doxywizard [view]
    Show configuration warnings unconditionally in the doxywizard [view]
    Enable UML diagrams without member fields [view]
    add variable for the fold length of UML diagrams (DOT_WRAP_THRESHOLD) [view]
    use boolean to add or remove uml details (DOT_UML_DETAILS) [view] and [view]
    add suggestion #7686 to show type and parameters [view]
  * Bug fixes
  * Refactoring, cleanup
  * Documentation updates
  * see https://www.doxygen.nl/manual/changelog.html for details
- deleted patches
  - 0001-issue-7979-C++-enums-being-defined-in-multiple-files.patch (upstreamed)

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=159
This commit is contained in:
2020-12-28 14:04:05 +00:00
committed by Git OBS Bridge
parent c75782895a
commit 562f3d168d
7 changed files with 27 additions and 901 deletions

View File

@@ -22,7 +22,7 @@
%endif
Name: doxygen
Version: 1.8.20
Version: 1.9.0
Release: 0
Summary: Automated C, C++, and Java Documentation Generator
# qtools are used for building and they are GPL-3.0 licensed
@@ -37,8 +37,6 @@ Patch1: %{name}-no-lowercase-man-names.patch
# PATCH-FIX-UPSTREAM: add missing returns to non-void functions
Patch3: vhdlparser-no-return.patch
Patch10: doxygen-no-libclang-cpp.patch
# PATCH-FIX-UPSTREAM
Patch11: 0001-issue-7979-C++-enums-being-defined-in-multiple-files.patch
BuildRequires: bison
BuildRequires: cmake >= 2.8.12
BuildRequires: flex
@@ -74,7 +72,6 @@ as well.
%patch10 -p1
%endif
%endif
%patch11 -p1
%build
%cmake \