From: Arnaud Giersch Date: Tue, 8 Apr 2014 12:31:47 +0000 (+0200) Subject: Fix doc. X-Git-Tag: v3_11~128 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c2b855871ec5b88f4c0a0d311477832b9d4518fc?hp=76d868f42e7824432bff8778aaf4d63e6d01a941 Fix doc. --- diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 745392566f..9976bac125 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1580,7 +1580,11 @@ INCLUDE_FILE_PATTERNS = PREDEFINED = DOXYGEN \ DOXYGEN_SKIP_IT \ - XBT_PUBLIC= \ + 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 \ XBT_INLINE= \ HAVE_TRACING \ MSG_USE_DEPRECATED diff --git a/src/surf/cpu_interface.hpp b/src/surf/cpu_interface.hpp index d4f858caf6..f8b88a45cf 100644 --- a/src/surf/cpu_interface.hpp +++ b/src/surf/cpu_interface.hpp @@ -78,9 +78,7 @@ public: /** * @brief Create a Cpu * - * @param name The name of the Cpu - * - * @return The created Cpu + * @param host [TODO] */ void parseInit(sg_platf_host_cbarg_t host);