From: Arnaud Giersch Date: Thu, 20 Feb 2014 14:26:15 +0000 (+0100) Subject: Fix warnings with make simgrid_documentation. X-Git-Tag: v3_11_beta~7 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4647dd990e94d03ba6670227ddde7398eaa25b9a?ds=sidebyside Fix warnings with make simgrid_documentation. --- diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index 5564c834df..5c3ae9ea82 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -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 +\endverbatim \subsubsection pf_sto_st storage diff --git a/src/surf/storage_interface.hpp b/src/surf/storage_interface.hpp index bd0cd4f176..23c82b4c32 100644 --- a/src/surf/storage_interface.hpp +++ b/src/surf/storage_interface.hpp @@ -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,