Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
python3-dev is another dependency of the Python bindings
[simgrid.git] / docs / source / Doxyfile
1 # What to read
2 INPUT                  = ../../include/simgrid/forward.h
3 INPUT                 += ../../include/simgrid/plugins/
4 INPUT                 += ../../include/simgrid/s4u/
5 INPUT                 += ../../include/simgrid/actor.h
6 INPUT                 += ../../src/s4u/s4u_Actor.cpp
7 INPUT                 += ../../include/simgrid/barrier.h
8 INPUT                 += ../../include/simgrid/comm.h
9 INPUT                 += ../../include/simgrid/cond.h
10 INPUT                 += ../../include/simgrid/engine.h
11 INPUT                 += ../../include/simgrid/exec.h
12 INPUT                 += ../../include/simgrid/Exception.hpp
13 INPUT                 += ../../include/simgrid/host.h
14 INPUT                 += ../../src/s4u/s4u_Host.cpp
15 #INPUT                 += ../../include/simgrid/instr.h
16 INPUT                 += ../../include/simgrid/link.h
17 INPUT                 += ../../include/simgrid/mailbox.h
18 INPUT                 += ../../include/simgrid/mutex.h
19 INPUT                 += ../../include/simgrid/semaphore.h
20 INPUT                 += ../../include/simgrid/vm.h
21 INPUT                 += ../../include/simgrid/zone.h
22 INPUT                 += ../../include/xbt/dynar.h
23 INPUT                 += ../../src/xbt/dynar.cpp
24 INPUT                 += ../../include/xbt/signal.hpp
25 INPUT                 += ../../src/plugins/
26 RECURSIVE              = YES
27
28 EXAMPLE_PATH           = ../../examples
29
30 # What to produce
31 OUTPUT_DIRECTORY       = ../build/
32 GENERATE_XML           = YES
33 GENERATE_HTML          = NO
34 GENERATE_LATEX         = NO
35
36 FULL_PATH_NAMES        = NO # Don't leak the path on which it was built
37 XML_PROGRAMLISTING     = NO # No program listings, please
38 CREATE_SUBDIRS         = NO # Mandatory for exhale
39 AUTOLINK_SUPPORT       = NO # Don't try to link words that correspond to documented classes to their corresponding doc
40 INLINE_INHERITED_MEMB  = YES # Put the content of superclasses in subclasses
41
42 # Allow for rst directives and advanced functions e.g. grid tables
43 ALIASES                = "beginrst=\verbatim embed:rst:leading-asterisk"
44 ALIASES               += "endrst=\endverbatim"
45
46 # Enable preprocessing and related preprocessor necessities
47 ENABLE_PREPROCESSING   = YES
48 MACRO_EXPANSION        = YES
49 EXPAND_ONLY_PREDEF     = NO
50 SKIP_FUNCTION_MACROS   = NO
51
52 QUIET=YES
53
54 PREDEFINED             += \
55     __cplusplus \
56     DOXYGEN \
57     SG_BEGIN_DECL= \
58     SG_END_DECL= \
59     SIMGRID_REGISTER_PLUGIN(id,desc,init)= \
60     XBT_PUBLIC= \
61     XBT_PUBLIC_DATA=extern \
62     XBT_PRIVATE= \
63     XBT_ALWAYS_INLINE= \
64     XBT_ATTRIB_NOINLINE= \
65     XBT_ATTRIB_NORETURN= \
66     XBT_ATTRIB_UNUSED= \
67     XBT_LOG_NEW_DEFAULT_SUBCATEGORY(cname,parent,desc)= \
68     XBT_ATTRIB_DEPRECATED_v334(mesg)= \
69     XBT_ATTRIB_DEPRECATED_v335(mesg)= \
70     XBT_ATTRIB_DEPRECATED_v336(mesg)= \
71     XBT_ATTRIB_DEPRECATED_v337(mesg)=