Logo AND Algorithmique Numérique Distribuée

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