From c2b855871ec5b88f4c0a0d311477832b9d4518fc Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 8 Apr 2014 14:31:47 +0200 Subject: [PATCH 1/1] Fix doc. --- doc/Doxyfile.in | 6 +++++- src/surf/cpu_interface.hpp | 4 +--- 2 files changed, 6 insertions(+), 4 deletions(-) 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); -- 2.20.1