Logo AND Algorithmique Numérique Distribuée

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