Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
5872d9f002518e3270e76fb743fcd6c2a719087e
[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/msg.h
6 INPUT                 += ../../include/simgrid/actor.h
7 INPUT                 += ../../src/s4u/s4u_Actor.cpp
8 INPUT                 += ../../include/simgrid/barrier.h
9 INPUT                 += ../../include/simgrid/comm.h
10 INPUT                 += ../../include/simgrid/cond.h
11 INPUT                 += ../../include/simgrid/engine.h
12 INPUT                 += ../../include/simgrid/exec.h
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/signal.hpp
23 INPUT                 += ../../src/msg/
24 INPUT                 += ../../src/plugins/
25 RECURSIVE              = YES
26
27 EXAMPLE_PATH           = ../../examples
28
29 # What to produce
30 OUTPUT_DIRECTORY       = ../build/
31 GENERATE_XML           = YES
32 GENERATE_HTML          = NO
33 GENERATE_LATEX         = NO
34
35 FULL_PATH_NAMES        = NO # Don't leak the path on which it was built
36 XML_PROGRAMLISTING     = NO # No program listings, please
37 CREATE_SUBDIRS         = NO # Mandatory for exhale
38 AUTOLINK_SUPPORT       = NO # Don't try to link words that correspond to documented classes to their corresponding doc
39 INLINE_INHERITED_MEMB  = YES # Put the content of superclasses in subclasses
40
41 # Allow for rst directives and advanced functions e.g. grid tables
42 ALIASES                = "beginrst=\verbatim embed:rst:leading-asterisk"
43 ALIASES               += "endrst=\endverbatim"
44
45 # Enable preprocessing and related preprocessor necessities
46 ENABLE_PREPROCESSING   = YES
47 MACRO_EXPANSION        = YES
48 EXPAND_ONLY_PREDEF     = NO
49 SKIP_FUNCTION_MACROS   = NO
50
51 QUIET=YES
52
53 PREDEFINED             += \
54     __cplusplus \
55     DOXYGEN \
56     SG_BEGIN_DECL= \
57     SG_END_DECL= \
58     SIMGRID_REGISTER_PLUGIN(id,desc,init)= \
59     XBT_PUBLIC= \
60     XBT_EXPORT_NO_IMPORT= \
61     XBT_IMPORT_NO_EXPORT= \
62     XBT_PUBLIC_DATA=extern \
63     XBT_PUBLIC= \
64     XBT_INLINE= \
65     XBT_ALWAYS_INLINE= \
66     XBT_PRIVATE= \
67     XBT_ATTRIB_NORETURN= \
68     XBT_ATTRIB_UNUSED= \
69     XBT_LOG_NEW_DEFAULT_SUBCATEGORY(cname,parent,desc)= \
70     XBT_ATTRIB_DEPRECATED_v330(mesg)= \
71     XBT_ATTRIB_DEPRECATED_v331(mesg)= \
72     XBT_ATTRIB_DEPRECATED_v332(mesg)=