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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user