From 60478d1730b5d604df65e9d5b10f3b77cd770b76 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 30 Apr 2017 00:00:21 +0200 Subject: [PATCH] fix some doxygen errors --- src/mc/ChunkedData.cpp | 5 ++--- src/msg/msg_process.cpp | 4 ++-- src/surf/storage_interface.hpp | 8 +------- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/src/mc/ChunkedData.cpp b/src/mc/ChunkedData.cpp index 8db8c4e928..c860d453ff 100644 --- a/src/mc/ChunkedData.cpp +++ b/src/mc/ChunkedData.cpp @@ -1,5 +1,4 @@ -/* Copyright (c) 2007-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2007-2017. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -21,7 +20,7 @@ namespace mc { /** Take a per-page snapshot of a region * - * @param data The start of the region (must be at the beginning of a page) + * @param addr The start of the region (must be at the beginning of a page) * @param page_count Number of pages of the region * @return Snapshot page numbers of this new snapshot */ diff --git a/src/msg/msg_process.cpp b/src/msg/msg_process.cpp index d0b03bf30f..2449389822 100644 --- a/src/msg/msg_process.cpp +++ b/src/msg/msg_process.cpp @@ -22,8 +22,8 @@ SG_BEGIN_DECL() /******************************** Process ************************************/ /** - * \brief Cleans the MSG data of a process. - * \param smx_proc a SIMIX process + * \brief Cleans the MSG data of an actor + * \param smx_actor a SIMIX actor */ void MSG_process_cleanup_from_SIMIX(smx_actor_t smx_actor) { diff --git a/src/surf/storage_interface.hpp b/src/surf/storage_interface.hpp index 555de3ef8f..eaeec0ce36 100644 --- a/src/surf/storage_interface.hpp +++ b/src/surf/storage_interface.hpp @@ -80,13 +80,7 @@ class Storage : public simgrid::surf::Resource, public simgrid::surf::PropertyHolder { public: - /** - * @brief Storage constructor - * - * @param model StorageModel associated to this Storage - * @param name The name of the Storage - * @param props Dictionary of properties associated to this Storage - */ + /** @brief Storage constructor */ Storage(Model* model, const char* name, lmm_system_t maxminSystem, double bread, double bwrite, double bconnection, const char* type_id, const char* content_name, const char* content_type, sg_size_t size, const char* attach); -- 2.20.1