Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docs: simplify and document that file
[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 RECURSIVE              = YES
6
7 # What to produce
8 OUTPUT_DIRECTORY       = ../build/
9 GENERATE_XML           = YES
10 GENERATE_HTML          = NO
11 GENERATE_LATEX         = NO
12
13 FULL_PATH_NAMES        = NO # Don't leak the path on which it was built
14 XML_PROGRAMLISTING     = NO # No program listings, please
15 CREATE_SUBDIRS         = NO # Mandatory for exhale
16
17 # Allow for rst directives and advanced functions e.g. grid tables
18 ALIASES                = "rst=\verbatim embed:rst:leading-asterisk"
19 ALIASES               += "endrst=\endverbatim"
20
21 # Enable preprocessing and related preprocessor necessities
22 ENABLE_PREPROCESSING   = YES
23 MACRO_EXPANSION        = YES
24 EXPAND_ONLY_PREDEF     = NO
25 SKIP_FUNCTION_MACROS   = NO
26
27 PREDEFINED             += \
28     __cplusplus \
29     DOXYGEN \
30     XBT_PUBLIC= \
31     XBT_EXPORT_NO_IMPORT= \
32     XBT_IMPORT_NO_EXPORT= \
33     XBT_PUBLIC_DATA=extern \
34     XBT_PUBLIC= \
35     XBT_INLINE= \
36     XBT_ALWAYS_INLINE= \
37     XBT_PRIVATE= \
38     XBT_ATTRIB_NORETURN= \
39     XBT_ATTRIB_UNUSED= \
40     XBT_ATTRIB_DEPRECATED_v322(m)= \
41     XBT_ATTRIB_DEPRECATED_v323(m)= \
42     XBT_ATTRIB_DEPRECATED_v324(m)=