Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix doc.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 8 Apr 2014 12:31:47 +0000 (14:31 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 8 Apr 2014 12:31:47 +0000 (14:31 +0200)
doc/Doxyfile.in
src/surf/cpu_interface.hpp

index 7453925..9976bac 100644 (file)
@@ -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
index d4f858c..f8b88a4 100644 (file)
@@ -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);