Logo AND Algorithmique Numérique Distribuée

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