File: 1004_doxygen_use_svg.patch

package info (click to toggle)
janus 1.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,744 kB
  • sloc: ansic: 87,791; javascript: 16,056; makefile: 696; sh: 282; python: 257; lisp: 9
file content (44 lines) | stat: -rw-r--r-- 1,632 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Description: have Doxygen use SVG files
 Avoiding SVG was only to please obsolete Internet Explorer.
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2022-03-05
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/docs/janus-doxygen.cfg
+++ b/docs/janus-doxygen.cfg
@@ -1499,7 +1499,7 @@
 # The default value is: png.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_FORMULA_FORMAT    = png
+HTML_FORMULA_FORMAT    = svg
 
 # Use this tag to change the font size of LaTeX formulas included as images in
 # the HTML documentation. When you change the font size after a successful
@@ -1546,7 +1546,7 @@
 # The default value is: HTML-CSS.
 # This tag requires that the tag USE_MATHJAX is set to YES.
 
-MATHJAX_FORMAT         = HTML-CSS
+MATHJAX_FORMAT         = SVG
 
 # When MathJax is enabled you need to specify the location relative to the HTML
 # output directory using the MATHJAX_RELPATH option. The destination directory
@@ -2391,7 +2391,7 @@
 # The default value is: png.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
-DOT_IMAGE_FORMAT       = png
+DOT_IMAGE_FORMAT       = svg
 
 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
 # enable generation of interactive SVG images that allow zooming and panning.
@@ -2403,7 +2403,7 @@
 # The default value is: NO.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
-INTERACTIVE_SVG        = NO
+INTERACTIVE_SVG        = YES
 
 # The DOT_PATH tag can be used to specify the path where the dot tool can be
 # found. If left blank, it is assumed the dot tool can be found in the path.