- Set proper minimal cmake version required
- Use system stack for cmake params and obey cflags
- Add patch to build required static libs:
* doxygen-no-shared-libs.patch
- Refresh patch:
* doxygen-no-lowercase-man-names.patch
- Add patch to avoid no-return-in-nonvoid function error:
* vhdlparser-no-return.patch
- Set proper minimal cmake version required
- Use system stack for cmake params and obey cflags
- Add patch to build required static libs:
* doxygen-no-shared-libs.patch
- Refresh patch:
* doxygen-no-lowercase-man-names.patch
- Add patch to avoid no-return-in-nonvoid function error:
* vhdlparser-no-return.patch
- Set proper minimal cmake version required
- Use system stack for cmake params and obey cflags
- Add patch to build required static libs:
* doxygen-no-shared-libs.patch
- Refresh patch:
* doxygen-no-lowercase-man-names.patch
- Add patch to avoid no-return-in-nonvoid function error:
* vhdlparser-no-return.patch
OBS-URL: https://build.opensuse.org/request/show/326432
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=91
* Change the build system to use cmake.
* Add support for basic XML syntax highlighting
* Added documentation for ``` style fenced code block and more
robust parsing
* Added function arguments to the LaTeX toc
* Added support for language codes
* etc. see http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
- removed unneded patches:
- doxygen-1.5.9-64archs.patch
- doxygen-1.5.9-man.patch
- doxygen-1.7.0-modify_footer.patch renamed to doxygen-modify_footer.patch
- updated to 1.8.10, see doxygen.changes
- move tests to doxygen.spec
- remove doxywizard-1.5.9-flex.patch
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=87
* id 686384: When INLINE_SIMPLE_STRUCTS is enabled, also structs
with simple typedefs will be inlined.
* Doxywizard: scrolling with mouse wheel no longer affects the
values in the expert view.
* id 681733: More consistent warnings and errors.
* Added support for "clang assisted parsing", which allows the
code to also be parsed via libclang (C/C++ frontend of LLVM)
and can improve the quality of the syntax highting,
cross-references, and call graphs, especially for template
heavy C++ code. To enable this feature you have to configure
doxygen with the --with-libclang option. Then you get two new
configuration options: CLANG_ASSISTED_PARSING to enable or
disable parsing via clang and CLANG_OPTIONS to pass additional
compiler options needed to compile the files. Note that
enabling this feature has a significant performance penality.
* Included patch donated by Intel which adds Docbook support.
This can be enabled via GENERATE_DOCBOOK and the output
location can be controlled using DOCBOOK_OUTPUT. Docbook
specific sections can be added using
\docbookonly ... \enddocbookonly
* Added support for UNO IDL (interace language used in
Open/Libre Office), thanks to Michael Stahl for the patch.
* Included patch by Adrian Negreanu which stores data gathered
by doxygen in a sqlite3 database. Currently still work in
progress and can only be enabled using --with-sqlite3 during
./configure.
* For interactive SVG graphs, edges are now highlighted when
hovered by the mouse.
* Include patch by Adrian Negreanu to show duration statistics
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=63
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