Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix warnings with make simgrid_documentation.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 20 Feb 2014 14:26:15 +0000 (15:26 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 20 Feb 2014 16:10:47 +0000 (17:10 +0100)
doc/doxygen/platform.doc
src/surf/storage_interface.hpp

index 5564c83..5c3ae9e 100644 (file)
@@ -622,12 +622,14 @@ to define additional information on this storage_type following the
 attribute/value schema. You may want to use it to give information to
 the tool you use for rendering your simulation, for example.
 
+\verbatim
 <storage_type id="single_HDD" model="linear_no_lat" size="4000" content_type="txt_unix">
   <model_prop id="Bwrite" value="30MBps" />
   <model_prop id="Bread" value="100MBps" />
   <model_prop id="Bconnection" value="150MBps" />
   <b><prop id="Brand" value="Western Digital" /></b>
 </storage_type>
+\endverbatim
 
 \subsubsection pf_sto_st storage
 
index bd0cd4f..23c82b4 100644 (file)
@@ -112,7 +112,6 @@ public:
    * @param content_name [description]
    * @param content_type [description]
    * @param size [description]
-   * @param model_props Dictionary of model specific properties associated to this Storage
    */
   Storage(ModelPtr model, const char *name, xbt_dict_t props,
           const char* type_id, char *content_name, char *content_type,