Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define XBT_ATTRIB_DEPRECATED_v324.
[simgrid.git] / doc / Doxyfile.in
index edbd796..1be4cec 100644 (file)
@@ -1462,7 +1462,8 @@ PREDEFINED             = XBT_PUBLIC= \
                          XBT_INLINE= \
                         XBT_PRIVATE= \
                          XBT_ATTRIB_DEPRECATED_v322(m)= \
-                         XBT_ATTRIB_DEPRECATED_v323(m)=
+                         XBT_ATTRIB_DEPRECATED_v323(m)= \
+                         XBT_ATTRIB_DEPRECATED_v324(m)=
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
 # this tag can be used to specify a list of macro names that should be expanded.