Package: doxygen / 1.8.13-10

Metadata

Package Version Patches format
doxygen 1.8.13-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix issue 776791.diff | (download)

src/xmlgen.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
manpages.diff | (download)

doc/doxygen.1 | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---
dot config.diff | (download)

src/config.xml | 15 14 + 1 - 0 !
1 file changed, 14 insertions(+), 1 deletion(-)

---
doxygen jquery.patch | (download)

src/htmlgen.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
no timestamps.diff | (download)

Doxyfile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not add timestamps to documentation
no rpath.diff | (download)

cmake/FindLibClang.cmake | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
avoid compass.diff | (download)

jquery/Makefile | 5 1 + 4 - 0 !
jquery/sass/_round-corners-last-item.scss | 4 2 + 2 - 0 !
jquery/sass/_sm-dox.scss | 20 9 + 11 - 0 !
3 files changed, 12 insertions(+), 17 deletions(-)

 avoid use of compass
 Compass is obsoleted by Sass and its reimplementation in C, sassc.
 .
 This patch avoids use of sass mixins border-radius and box-shadow
 shipped in libraries part of Compass, and adapts build rules to use
 sassc instead of Compass and YUI Compressor.
 .
 Sass mixins border-radius and box-shadow added vendored selectors now
 obsolete: Would help only browsers released in 2011 or earlier, used by
 0.02% of public web browsing today according to <https://caniuse.com/>.
 .
 If the reference Ruby implementation of Sass is preferred over sassc,
 simply replace "sassc" with "scss" in the Makefile rule.