1 # Project related configuration options
3 PROJECT_NUMBER = 0.1.14
4 PROJECT_BRIEF = An algorithm library based on C/C++
5 OUTPUT_DIRECTORY = ../../build
7 OPTIMIZE_OUTPUT_FOR_C = YES
8 # Build related configuration options
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 .
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
21 MATHJAX_VERSION = MathJax_3
22 # Configuration options related to the LaTeX output
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
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
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
39 DOT_IMAGE_FORMAT = svg
40 DOT_MULTI_TARGETS = YES