several updated in configure.
[crywrap.git] / crywrap.doxy
blobc60f5f36790cdc9a2c4c7457df806df19a1ad052
1 # arch-tag: 0dd027b6-52b9-44e6-a80e-512ac63d1da0
2 #---------------------------------------------------------------------------
3 # General configuration options
4 #---------------------------------------------------------------------------
6 PROJECT_NAME           = CryWrap
7 OUTPUT_DIRECTORY       = doxygen
9 EXTRACT_ALL            = NO
10 EXTRACT_STATIC         = YES
12 INTERNAL_DOCS          = YES
14 JAVADOC_AUTOBRIEF      = YES
16 OPTIMIZE_OUTPUT_FOR_C  = YES
18 #---------------------------------------------------------------------------
19 # configuration options related to warning and progress messages
20 #---------------------------------------------------------------------------
22 QUIET                  = YES
23 WARN_IF_UNDOCUMENTED   = NO
25 #---------------------------------------------------------------------------
26 # configuration options related to the input files
27 #---------------------------------------------------------------------------
29 INPUT                  = src/ lib/compat/
30 FILE_PATTERNS          = *.c *.h
32 #---------------------------------------------------------------------------
33 # configuration options related to source browsing
34 #---------------------------------------------------------------------------
36 SOURCE_BROWSER         = YES
37 INLINE_SOURCES         = YES
39 #---------------------------------------------------------------------------
40 # configuration options related to the HTML output
41 #---------------------------------------------------------------------------
43 GENERATE_HTML          = YES
44 HTML_ALIGN_MEMBERS     = YES
46 GENERATE_TREEVIEW      = YES
47 TREEVIEW_WIDTH         = 250
49 #---------------------------------------------------------------------------
50 # configuration options related to the LaTeX output
51 #---------------------------------------------------------------------------
53 GENERATE_LATEX         = NO
55 #---------------------------------------------------------------------------
56 # Configuration options related to the preprocessor   
57 #---------------------------------------------------------------------------
59 PREDEFINED             = __DOXYGEN__