forked from pool/doxygen
* 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
15 lines
446 B
Diff
15 lines
446 B
Diff
Index: Doxyfile
|
|
===================================================================
|
|
--- Doxyfile.orig 2014-02-08 14:06:14.000000000 +0100
|
|
+++ Doxyfile 2014-05-13 09:07:52.475141202 +0200
|
|
@@ -148,7 +148,7 @@
|
|
HTML_COLORSTYLE_HUE = 220
|
|
HTML_COLORSTYLE_SAT = 100
|
|
HTML_COLORSTYLE_GAMMA = 80
|
|
-HTML_TIMESTAMP = YES
|
|
+HTML_TIMESTAMP = NO
|
|
HTML_DYNAMIC_SECTIONS = YES
|
|
HTML_INDEX_NUM_ENTRIES = 100
|
|
GENERATE_DOCSET = YES
|
|
|