Fix for UBSan build
[platform/upstream/doxygen.git] / doc / Doxyfile
1 #
2
3 #
4 # Copyright (C) 1997-1999 by Dimitri van Heesch.
5 #
6 # Permission to use, copy, modify, and distribute this software and its
7 # documentation under the terms of the GNU General Public License is hereby 
8 # granted. No representations are made about the suitability of this software 
9 # for any purpose. It is provided "as is" without express or implied warranty.
10 # See the GNU General Public License for more details.
11 #
12 # Documents produced by Doxygen are derivative works derived from the
13 # input used in their production; they are not affected by this license.
14
15 PROJECT_NAME      = 
16 OUTPUT_DIRECTORY  = ..
17 HTML_HEADER       = 
18 HTML_FOOTER       = 
19 QUIET             = NO
20 WARNINGS          = YES
21 DISABLE_INDEX     = YES
22 GENERATE_TREEVIEW = YES
23 EXTRACT_ALL       = NO
24 EXTRACT_PRIVATE   = NO
25 GENERATE_MAN      = NO
26 GENERATE_LATEX    = YES
27 GENERATE_HTML     = YES
28 GENERATE_HTMLHELP = NO
29 GENERATE_RTF      = NO
30 GENERATE_XML      = NO
31 HTML_COLORSTYLE_SAT = 0
32 ENABLED_SECTIONS  = logo_on
33 ENABLE_PREPROCESSING = NO
34 CASE_SENSE_NAMES  = NO
35 IMAGE_PATH        = .
36 INPUT             = index.doc install.doc starting.doc docblocks.doc markdown.doc \
37                     lists.doc grouping.doc formulas.doc diagrams.doc preprocessing.doc \
38                     autolink.doc output.doc searching.doc customize.doc custcmd.doc \
39                     external.doc faq.doc trouble.doc features.doc \
40                     doxygen_usage.doc doxywizard_usage.doc \
41                     config.doc commands.doc htmlcmds.doc xmlcmds.doc language.doc \
42                     perlmod.doc perlmod_tree.doc arch.doc 
43 FILE_PATTERNS     = *.cpp *.h *.doc
44 EXAMPLE_PATH      = ../examples
45 RECURSIVE         = NO
46 TAGFILES          =
47 ALLEXTERNALS      = NO
48 PERL_PATH         = /usr/bin/perl
49 SEARCHENGINE      = NO
50 PDF_HYPERLINKS    = YES
51 USE_PDFLATEX      = YES
52 STRIP_CODE_COMMENTS = NO
53 HTML_STYLESHEET   = doxygen_manual.css