~ubuntu-branches/ubuntu/karmic/stormbaancoureur/karmic

« back to all changes in this revision

Viewing changes to tools/Doxyfile

  • Committer: Bazaar Package Importer
  • Author(s): Vincent Fourmond, Ansgar Burchardt, Vincent Fourmond
  • Date: 2008-07-20 19:38:55 UTC
  • mfrom: (3.1.3 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080720193855-cx3p29qz54a9y3oo
Tags: 2.1.5-2.1
* Non-maintainer upload.

[ Ansgar Burchardt ]
* Fix typo in debian/copyright

[ Vincent Fourmond ]
* Tighten up build-deps to make sure we don't use broken plib (which
  certainly closes: #486866)
* Make lintian a little happier about long lines in copyright 
* Add a README.source file, which makes it comply to standards 3.8.0
* urgency=high because it fixes a RC bug in testing

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PROJECT_NAME = Howitzer Skirmish
 
2
 
 
3
 
 
4
DIRECTORY_GRAPH = YES
 
5
INCLUDE_GRAPH = YES
 
6
VERBATIM_HEADERS = NO
 
7
 
 
8
 
 
9
HAVE_DOT = YES
 
10
DOT_CLEANUP = NO
 
11
DOT_TRANSPARENT = NO
 
12
DOT_MULTI_TARGETS = YES
 
13
 
 
14
 
 
15
INPUT = ../src-common ../src-howitzersim
 
16
EXCLUDE_PATTERNS = 
 
17
FILE_PATTERNS = *.h *.cxx
 
18
RECURSIVE = YES
 
19
 
 
20
 
 
21
GENERATE_HTML = YES
 
22
GENERATE_LATEX = NO
 
23
GENERATE_MAN = NO
 
24
GENERATE_RTF = NO
 
25
GENERATE_TREEVIEW = YES
 
26
GRAPHICAL_HIERARCHY = YES
 
27
EXTRACT_ALL = YES
 
28
SHOW_DIRECTORIES = YES
 
29
FULL_PATH_NAMES = NO
 
30
HTML_OUTPUT = ../html
 
31