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 45 46 47 48
|
From: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Date: Wed, 26 Jul 2023 11:36:26 +0200
Subject: only build HTML documentation
Origin: Debian
Last-Update: 2021-09-08
Forwarded: not-needed
we don't want the LaTeX-documentation...
and we don't want full paths
Forwarded: not-needed
---
Doxyfile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Doxyfile b/Doxyfile
index 1c168a0..a0bd3bd 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = flext
-PROJECT_NUMBER = 0.5.0
+PROJECT_NUMBER = 0.6.2
OUTPUT_DIRECTORY = ./doc
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
@@ -24,8 +24,8 @@ ABBREVIATE_BRIEF = "The $name class" \
the
ALWAYS_DETAILED_SEC = NO
INLINE_INHERITED_MEMB = NO
-FULL_PATH_NAMES = YES
-STRIP_FROM_PATH = /Applications/util/
+FULL_PATH_NAMES = NO
+STRIP_FROM_PATH = source
STRIP_FROM_INC_PATH =
SHORT_NAMES = NO
JAVADOC_AUTOBRIEF = NO
@@ -172,7 +172,7 @@ TREEVIEW_WIDTH = 250
#---------------------------------------------------------------------------
# configuration options related to the LaTeX output
#---------------------------------------------------------------------------
-GENERATE_LATEX = YES
+GENERATE_LATEX = NO
LATEX_OUTPUT = latex
LATEX_CMD_NAME = latex
MAKEINDEX_CMD_NAME = makeindex
|