File: doxygen_reproducible

package info (click to toggle)
seqan3 3.2.0%2Bds-6%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 19,776 kB
  • sloc: cpp: 159,121; makefile: 1,290; sh: 414; ansic: 321; xml: 229; javascript: 98; perl: 29; python: 27; php: 25
file content (24 lines) | stat: -rw-r--r-- 915 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Michael R. Crusoe <crusoe@debian.org>
Subject: Make docs reproducible
Forwarded: https://github.com/seqan/seqan3/pull/3069
--- seqan3.orig/test/documentation/seqan3_doxygen_cfg.in
+++ seqan3/test/documentation/seqan3_doxygen_cfg.in
@@ -27,6 +27,7 @@
 INTERACTIVE_SVG        = ${SEQAN3_DOXYGEN_HAVE_DOT}
 
 ## MISC OPTIONS
+FULL_PATH_NAMES        = NO
 GENERATE_LATEX         = NO
 USE_MATHJAX            = ${SEQAN3_DOXYGEN_USE_MATHJAX}
 HTML_TIMESTAMP         = YES
--- seqan3.orig/submodules/sdsl-lite/extras/Doxyfile.in
+++ seqan3/submodules/sdsl-lite/extras/Doxyfile.in
@@ -150,7 +150,7 @@
 # shortest path that makes the file name unique will be used
 # The default value is: YES.
 
-FULL_PATH_NAMES        = YES
+FULL_PATH_NAMES        = NO
 
 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
 # Stripping is only done if one of the specified strings matches the left-hand