create a_regress_simple_evar
[liba.git] / doc / Doxyfile
blob710bf3f70800168765ce2799335dd0b212916cc7
1 # Project related configuration options
2 PROJECT_NAME           = liba
3 PROJECT_NUMBER         = 0.1.14
4 PROJECT_BRIEF          = An algorithm library based on C/C++
5 OUTPUT_DIRECTORY       = ../../build
6 CREATE_SUBDIRS         = YES
7 OPTIMIZE_OUTPUT_FOR_C  = YES
8 # Build related configuration options
9 EXTRACT_STATIC         = YES
10 # Configuration options related to warning and progress messages
11 WARN_IF_UNDOCUMENTED   = NO
12 WARN_NO_PARAMDOC       = YES
13 # Configuration options related to the input files
14 INPUT                  = ../../README.md .
15 RECURSIVE              = YES
16 # Configuration options related to source browsing
17 # Configuration options related to the alphabetical class index
18 # Configuration options related to the HTML output
19 HTML_FOOTER            = ../../doc/footer.html
20 USE_MATHJAX            = YES
21 MATHJAX_VERSION        = MathJax_3
22 # Configuration options related to the LaTeX output
23 GENERATE_LATEX         = NO
24 # Configuration options related to the RTF output
25 # Configuration options related to the man page output
26 # Configuration options related to the XML output
27 GENERATE_XML           = YES
28 # Configuration options related to the DOCBOOK output
29 # Configuration options for the AutoGen Definitions output
30 # Configuration options related to Sqlite3 output
31 # Configuration options related to the Perl module output
32 # Configuration options related to the preprocessor
33 MACRO_EXPANSION        = YES
34 PREDEFINED             = __STDC_VERSION__=201112L __cplusplus=201103L A_BYTE_ORDER=1234 A_SIZE_POINTER=8 A_INLINE:=inline A_NONULL():= A_FORMAT():= A_EXTERN:= A_INTERN:= A_PUBLIC:= A_HIDDEN:=
35 # Configuration options related to external references
36 # Configuration options related to the dot tool
37 HAVE_DOT               = YES
38 INTERACTIVE_SVG        = YES
39 DOT_IMAGE_FORMAT       = svg
40 DOT_MULTI_TARGETS      = YES