From 4647dd990e94d03ba6670227ddde7398eaa25b9a Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 20 Feb 2014 15:26:15 +0100 Subject: [PATCH] Fix warnings with make simgrid_documentation. --- doc/doxygen/platform.doc | 2 ++ src/surf/storage_interface.hpp | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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, -- 2.20.1