]> AND Public Git Repository - simgrid.git/blobdiff - doc/Doxyfile.in
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
properly protect our definitions of MIN/MAX (w/o using undef to please sonar)
[simgrid.git] / doc / Doxyfile.in
index 301509a68cbc070da04f53091331351d55406c64..9a93fc7dcdea9af8852b707801ba7ee36a10ca37 100644 (file)
@@ -1454,9 +1454,9 @@ INCLUDE_FILE_PATTERNS  =
 # instead of the = operator.
 
 PREDEFINED             = XBT_PUBLIC= \
-                         XBT_EXPORT_NO_IMPORT(type)=type \
-                         XBT_IMPORT_NO_EXPORT(type)=type \
-                         XBT_PUBLIC_DATA(type)="extern type" \
+                         XBT_EXPORT_NO_IMPORT= \
+                         XBT_IMPORT_NO_EXPORT= \
+                         XBT_PUBLIC_DATA=extern \
                          XBT_INLINE= \
                         XBT_PRIVATE=