Logo AND Algorithmique Numérique Distribuée

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