Package: assimp / 5.0.1~ds0-2

doxygen.patch Patch series | 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
From: =?utf-8?q?=22IOhannes_m_zm=C3=B6lnig_=28Debian/GNU=29=22?=
 <umlaeute@debian.org>
Date: Tue, 23 Oct 2018 21:49:33 +0200
Subject: removed calls to HHC (only available on w32)

and install into tmp-directories (make 'clean' target easier)
Last-Updated: 2015-07-25
---
 doc/Doxyfile.in  | 1 -
 doc/Doxyfile_Cmd | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index ffe39f9..7ae8d0d 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1066,7 +1066,6 @@ CHM_FILE               = AssimpDoc.chm
 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run 
 # the HTML help compiler on the generated index.hhp.
 
-HHC_LOCATION           = "C:\Program Files (x86)\HTML Help Workshop/hhc.exe"
 
 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag 
 # controls if a separate .chi index file is generated (YES) or that 
diff --git a/doc/Doxyfile_Cmd b/doc/Doxyfile_Cmd
index f0a56e7..f440aa1 100644
--- a/doc/Doxyfile_Cmd
+++ b/doc/Doxyfile_Cmd
@@ -58,7 +58,7 @@ PROJECT_LOGO           =
 # entered, it will be relative to the location where doxygen was started. If
 # left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = 
+OUTPUT_DIRECTORY       = tmp
 
 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
 # directories (in 2 levels) under the output directory of each output format and
@@ -1281,7 +1281,6 @@ CHM_FILE               = AssimpCmdDoc.chm
 # The file has to be specified with full path.
 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
 
-HHC_LOCATION           = "C:/Program Files (x86)/HTML Help Workshop/hhc.exe"
 
 # The GENERATE_CHI flag controls if a separate .chi index file is generated (
 # YES) or that it should be included in the master .chm file ( NO).