Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Further improvements to the docs
[simgrid.git] / docs / source / Doxyfile
1 # What to read
2 INPUT                  = ../../include/simgrid/forward.h
3 INPUT                 += ../../include/simgrid/s4u
4 INPUT                 += ../../include/simgrid/xbt
5 INPUT                 += ../../include/simgrid/msg.h
6 INPUT                 += ../../src/msg/
7 RECURSIVE              = YES
8
9 # What to produce
10 OUTPUT_DIRECTORY       = ../build/
11 GENERATE_XML           = YES
12 GENERATE_HTML          = NO
13 GENERATE_LATEX         = NO
14
15 FULL_PATH_NAMES        = NO # Don't leak the path on which it was built
16 XML_PROGRAMLISTING     = NO # No program listings, please
17 CREATE_SUBDIRS         = NO # Mandatory for exhale
18
19 # Allow for rst directives and advanced functions e.g. grid tables
20 ALIASES                = "rst=\verbatim embed:rst:leading-asterisk"
21 ALIASES               += "endrst=\endverbatim"
22
23 # Enable preprocessing and related preprocessor necessities
24 ENABLE_PREPROCESSING   = YES
25 MACRO_EXPANSION        = YES
26 EXPAND_ONLY_PREDEF     = NO
27 SKIP_FUNCTION_MACROS   = NO
28
29 PREDEFINED             += \
30     __cplusplus \
31     DOXYGEN \
32     XBT_PUBLIC= \
33     XBT_EXPORT_NO_IMPORT= \
34     XBT_IMPORT_NO_EXPORT= \
35     XBT_PUBLIC_DATA=extern \
36     XBT_PUBLIC= \
37     XBT_INLINE= \
38     XBT_ALWAYS_INLINE= \
39     XBT_PRIVATE= \
40     XBT_ATTRIB_NORETURN= \
41     XBT_ATTRIB_UNUSED= \
42     XBT_ATTRIB_DEPRECATED_v322(m)= \
43     XBT_ATTRIB_DEPRECATED_v323(m)= \
44     XBT_ATTRIB_DEPRECATED_v324(m)=