Logo AND Algorithmique Numérique Distribuée

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