Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace non-breaking spaces.
[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                 += ../../include/simgrid/actor.h
6 INPUT                 += ../../include/simgrid/barrier.h
7 INPUT                 += ../../include/simgrid/cond.h
8 INPUT                 += ../../include/simgrid/engine.h
9 INPUT                 += ../../include/simgrid/host.h
10 #INPUT                 += ../../include/simgrid/instr.h
11 INPUT                 += ../../include/simgrid/link.h
12 INPUT                 += ../../include/simgrid/mailbox.h
13 INPUT                 += ../../include/simgrid/mutex.h
14 INPUT                 += ../../include/simgrid/semaphore.h
15 INPUT                 += ../../include/simgrid/vm.h
16 INPUT                 += ../../include/simgrid/zone.h
17 INPUT                 += ../../src/msg/
18 INPUT                 += ../../src/plugins/
19 RECURSIVE              = YES
20
21 EXAMPLE_PATH           = ../../examples
22
23 # What to produce
24 OUTPUT_DIRECTORY       = ../build/
25 GENERATE_XML           = YES
26 GENERATE_HTML          = NO
27 GENERATE_LATEX         = NO
28
29 FULL_PATH_NAMES        = NO # Don't leak the path on which it was built
30 XML_PROGRAMLISTING     = NO # No program listings, please
31 CREATE_SUBDIRS         = NO # Mandatory for exhale
32
33 # Allow for rst directives and advanced functions e.g. grid tables
34 ALIASES                = "beginrst=\verbatim "
35 ALIASES               += "endrst=\endverbatim"
36
37 # Enable preprocessing and related preprocessor necessities
38 ENABLE_PREPROCESSING   = YES
39 MACRO_EXPANSION        = YES
40 EXPAND_ONLY_PREDEF     = NO
41 SKIP_FUNCTION_MACROS   = NO
42
43 PREDEFINED             += \
44     __cplusplus \
45     DOXYGEN \
46     SG_BEGIN_DECL= \
47     SG_END_DECL= \
48     XBT_PUBLIC= \
49     XBT_EXPORT_NO_IMPORT= \
50     XBT_IMPORT_NO_EXPORT= \
51     XBT_PUBLIC_DATA=extern \
52     XBT_PUBLIC= \
53     XBT_INLINE= \
54     XBT_ALWAYS_INLINE= \
55     XBT_PRIVATE= \
56     XBT_ATTRIB_NORETURN= \
57     XBT_ATTRIB_UNUSED= \
58     XBT_ATTRIB_DEPRECATED_v328(m)= \
59     XBT_ATTRIB_DEPRECATED_v329(m)=