forked from pool/doxygen
- updated to 1.8.3.1:
Changes * Changed to way the search results for multiple projects can be linked together. A project is now no longer identified by the tag files name but via new option EXTERNAL_SEARCH_ID giving a bit more flexibility. * Disabled the disk cache for member data. Allows removing quite some complexity in doxygen and is not really needed now that 64bit systems with >4GB RAM are becoming more common. Let me know if you think you benefit from this caching. * id 691607: Using $relpath$ in a custom footer could lead to ambiguities when followed by a name that could also be a marker, like 'search'. Now $relpath^ should be used instead. $relpath$ is still supported for backward compatibility. New features * You can now use EXTENSION_MAPPING on files without any extension using no_extension as placeholder (thanks to Jason Majors for the patch). * To make navindex section inside a layout file that links to a specific URL you can use usergroup with the url attribute. * To make navindex section without any link inside a layout file you can use usergroup with special title [none]. Details at: http://www.stack.nl/~dimitri/doxygen/changelog.html - updated to 1.8.3.1: Changes * Changed to way the search results for multiple projects can be linked together. A project is now no longer identified by OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=59
This commit is contained in:
parent
fceeb241de
commit
b0fbdfc2bb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd6e0f6cc3ed4dbff9f05f44c383c6f4cefbacee70b7d1a076c812edd23d94ea
|
||||
size 672379
|
3
doxygen-1.8.3.1-html.tar.bz2
Normal file
3
doxygen-1.8.3.1-html.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8683c991e42fbd463c94bee44857abec19fa448970208857917068781b7bb73
|
||||
size 672825
|
3
doxygen-1.8.3.1.src.tar.bz2
Normal file
3
doxygen-1.8.3.1.src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0c40b006808fc9ca5b91f3cceb95ba01334bacf216ae2f7fdb197a9ee98ad8b
|
||||
size 5463025
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17ecdae996727259964fc7be020c1574ce2d45b39b7c541c9820687419eaee46
|
||||
size 5366800
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 22 08:04:18 UTC 2013 - pgajdos@suse.com
|
||||
|
||||
- updated to 1.8.3.1:
|
||||
Changes
|
||||
* Changed to way the search results for multiple projects can
|
||||
be linked together. A project is now no longer identified by
|
||||
the tag files name but via new option EXTERNAL_SEARCH_ID giving
|
||||
a bit more flexibility.
|
||||
* Disabled the disk cache for member data. Allows removing quite
|
||||
some complexity in doxygen and is not really needed now that
|
||||
64bit systems with >4GB RAM are becoming more common. Let me
|
||||
know if you think you benefit from this caching.
|
||||
* id 691607: Using $relpath$ in a custom footer could lead to
|
||||
ambiguities when followed by a name that could also be a marker,
|
||||
like 'search'. Now $relpath^ should be used instead. $relpath$
|
||||
is still supported for backward compatibility.
|
||||
|
||||
New features
|
||||
* You can now use EXTENSION_MAPPING on files without any
|
||||
extension using no_extension as placeholder (thanks to
|
||||
Jason Majors for the patch).
|
||||
* To make navindex section inside a layout file that
|
||||
links to a specific URL you can use usergroup with the
|
||||
url attribute.
|
||||
* To make navindex section without any link inside a
|
||||
layout file you can use usergroup with special title
|
||||
[none].
|
||||
|
||||
Details at: http://www.stack.nl/~dimitri/doxygen/changelog.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 31 08:38:17 UTC 2012 - pgajdos@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package doxygen
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@ BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libpng-devel
|
||||
Version: 1.8.3
|
||||
Version: 1.8.3.1
|
||||
Release: 0
|
||||
Summary: Automated C, C++, and Java Documentation Generator
|
||||
License: GPL-2.0+
|
||||
|
3
doxygen_manual-1.8.3.1.pdf.bz2
Normal file
3
doxygen_manual-1.8.3.1.pdf.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57ee8ccb11bdf3723cb8a074781b8653e731f4fc7667e4103c414702f9f82c69
|
||||
size 732144
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef8add864f338e8ddcb5c959b7fca18d45b61022138a32b663471fe9225d967a
|
||||
size 738825
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 22 08:07:54 UTC 2013 - pgajdos@suse.com
|
||||
|
||||
- updated to 1.8.3.1:
|
||||
Changes
|
||||
* Changed to way the search results for multiple projects can
|
||||
be linked together. A project is now no longer identified by
|
||||
the tag files name but via new option EXTERNAL_SEARCH_ID giving
|
||||
a bit more flexibility.
|
||||
* Disabled the disk cache for member data. Allows removing quite
|
||||
some complexity in doxygen and is not really needed now that
|
||||
64bit systems with >4GB RAM are becoming more common. Let me
|
||||
know if you think you benefit from this caching.
|
||||
* id 691607: Using $relpath$ in a custom footer could lead to
|
||||
ambiguities when followed by a name that could also be a marker,
|
||||
like 'search'. Now $relpath^ should be used instead. $relpath$
|
||||
is still supported for backward compatibility.
|
||||
|
||||
New features
|
||||
* You can now use EXTENSION_MAPPING on files without any
|
||||
extension using no_extension as placeholder (thanks to
|
||||
Jason Majors for the patch).
|
||||
* To make navindex section inside a layout file that
|
||||
links to a specific URL you can use usergroup with the
|
||||
url attribute.
|
||||
* To make navindex section without any link inside a
|
||||
layout file you can use usergroup with special title
|
||||
[none].
|
||||
|
||||
Details at: http://www.stack.nl/~dimitri/doxygen/changelog.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 20 07:17:15 UTC 2012 - pgajdos@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package doxywizard
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@ BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libjpeg-devel
|
||||
Version: 1.8.3
|
||||
Version: 1.8.3.1
|
||||
Release: 0
|
||||
Requires: doxygen = %{version}
|
||||
Summary: Graphical User Interface for Doxygen
|
||||
|
Loading…
Reference in New Issue
Block a user