Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'depencencies' of https://framagit.org/simgrid/simgrid into depencencies
[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 AUTOLINK_SUPPORT       = NO # Don't try to link words that correspond to documented classes to their corresponding doc
33
34 # Allow for rst directives and advanced functions e.g. grid tables
35 ALIASES                = "beginrst=\verbatim embed:rst:leading-asterisk"
36 ALIASES               += "rst=\verbatim "
37 ALIASES               += "endrst=\endverbatim"
38
39 # Enable preprocessing and related preprocessor necessities
40 ENABLE_PREPROCESSING   = YES
41 MACRO_EXPANSION        = YES
42 EXPAND_ONLY_PREDEF     = NO
43 SKIP_FUNCTION_MACROS   = NO
44
45 QUIET=YES
46
47 PREDEFINED             += \
48     __cplusplus \
49     DOXYGEN \
50     SG_BEGIN_DECL= \
51     SG_END_DECL= \
52     XBT_PUBLIC= \
53     XBT_EXPORT_NO_IMPORT= \
54     XBT_IMPORT_NO_EXPORT= \
55     XBT_PUBLIC_DATA=extern \
56     XBT_PUBLIC= \
57     XBT_INLINE= \
58     XBT_ALWAYS_INLINE= \
59     XBT_PRIVATE= \
60     XBT_ATTRIB_NORETURN= \
61     XBT_ATTRIB_UNUSED= \
62     XBT_LOG_NEW_DEFAULT_SUBCATEGORY(s,c,l)= \
63     XBT_ATTRIB_DEPRECATED_v328(m)= \
64     XBT_ATTRIB_DEPRECATED_v329(m)=