X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/193e26b3f5577626bce1131ea5977663610e8a0b..611d822b02f836d7abe031cced6adc4281ef4356:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index c40b913ced..9a93fc7dcd 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1453,11 +1453,10 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = XBT_PUBLIC(type)="extern type" \ - XBT_EXPORT_NO_IMPORT(type)=type \ - XBT_IMPORT_NO_EXPORT(type)=type \ - XBT_PUBLIC_DATA(type)="extern type" \ - XBT_PUBLIC_CLASS=class \ +PREDEFINED = XBT_PUBLIC= \ + XBT_EXPORT_NO_IMPORT= \ + XBT_IMPORT_NO_EXPORT= \ + XBT_PUBLIC_DATA=extern \ XBT_INLINE= \ XBT_PRIVATE=