Logo AND Algorithmique Numérique Distribuée

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