File: doxygenout

package info (click to toggle)
cegui-mk2 0.8.7-1.3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 57,304 kB
  • sloc: cpp: 305,402; python: 1,175; ansic: 788; sh: 608; xml: 191; java: 162; makefile: 39
file content (18 lines) | stat: -rw-r--r-- 888 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Change of OUTPUT_DIRECTORY
 This patch changes the OUTPUT_DIRECTORY variable in doxyfile.in so that the
 output can be later moved into the corresponding debian package.
Author: Muammar El Khatib <muammar@debian.org>
Last-Update: <2013-12-17>
Index: cegui-mk2-0.8.2/doc/doxygen/doxyfile.in
===================================================================
--- cegui-mk2-0.8.2.orig/doc/doxygen/doxyfile.in	2013-12-14 22:00:00.000000000 +0200
+++ cegui-mk2-0.8.2/doc/doxygen/doxyfile.in	2013-12-14 22:06:21.000000000 +0200
@@ -5,7 +5,7 @@
 #---------------------------------------------------------------------------
 PROJECT_NAME           = "Crazy Eddie's GUI System"
 PROJECT_NUMBER         = "${CEGUI_VERSION}"
-OUTPUT_DIRECTORY       =
+OUTPUT_DIRECTORY       = "doc/doxygen"
 OUTPUT_LANGUAGE        = English
 USE_WINDOWS_ENCODING   = YES
 BRIEF_MEMBER_DESC      = YES