File: fix-doxygen-options.patch

package info (click to toggle)
tinycbor 7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 856 kB
  • sloc: ansic: 3,968; cpp: 3,494; perl: 156; sh: 44; makefile: 26
file content (29 lines) | stat: -rw-r--r-- 850 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
Description: Fix Doxygen options
Author: Shengqi Chen <harry-chen@outlook.com>
Forwarded: not-needed
Last-Update: 2024-10-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Doxyfile
+++ b/Doxyfile
@@ -27,8 +27,11 @@
 REFERENCED_BY_RELATION = YES
 IGNORE_PREFIX          = cbor_ \
                          Cbor
-HTML_TIMESTAMP         = NO
+TIMESTAMP              = NO
 GENERATE_HTMLHELP      = YES
+HTML_DYNAMIC_MENUS     = NO
+HTML_CODE_FOLDING      = NO
+HTML_COLORSTYLE        = LIGHT
 GENERATE_CHI           = YES
 BINARY_TOC             = YES
 TOC_EXPAND             = YES
@@ -39,7 +42,6 @@
 MACRO_EXPANSION        = YES
 PREDEFINED             = DOXYGEN \
                          CBOR_INLINE_API=
-CLASS_DIAGRAMS         = NO
 CLASS_GRAPH            = NO
 COLLABORATION_GRAPH    = NO
 GROUP_GRAPHS           = NO