From 1fe7d56caef2a0298c9e92a9940f539fad0ea821 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 7 Oct 2014 21:47:50 +0200 Subject: [PATCH] please a bit doxygen --- doc/doxygen/platform.doc | 2 +- doc/doxygen/use.doc | 1 - examples/msg/io/file_unlink.c | 8 +------- examples/msg/io/remote.c | 6 ------ examples/msg/io/storage.c | 5 +++++ examples/msg/token_ring/token_bypass.c | 2 -- 6 files changed, 7 insertions(+), 17 deletions(-) diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index fd64f878a7..109d3cbf2e 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -968,7 +968,7 @@ Note that when using route to give topological information, you have to give routes with one link only in it, as SimGrid needs to know which host are at the end of the link. -\subsubsection pf_byro bypassASroute +\subsubsection pf_byASro bypassASroute Note : bypassASroute and bypassRoute are under rewriting to perform better ; so you may not use it yet As said before, once you choose diff --git a/doc/doxygen/use.doc b/doc/doxygen/use.doc index b4821f01fc..38b7a4811f 100644 --- a/doc/doxygen/use.doc +++ b/doc/doxygen/use.doc @@ -28,7 +28,6 @@ You should also check our online io/remote.c Example of delegated I/O operations */ diff --git a/examples/msg/io/storage.c b/examples/msg/io/storage.c index 22325ae64a..821d3987e3 100644 --- a/examples/msg/io/storage.c +++ b/examples/msg/io/storage.c @@ -4,6 +4,11 @@ /* 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. */ +/** @addtogroup MSG_examples + * + * - io/storage.c demo of all main storage and file functions + */ + /********************* Files and Storage handling **************************** * This example implements all main storage and file functions of the MSG API * diff --git a/examples/msg/token_ring/token_bypass.c b/examples/msg/token_ring/token_bypass.c index 44a1c7da0d..7522792a2e 100644 --- a/examples/msg/token_ring/token_bypass.c +++ b/examples/msg/token_ring/token_bypass.c @@ -19,8 +19,6 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(ring, "Messages specific for this msg example"); /** @addtogroup MSG_examples - * - * @section MSG_ex_apps Examples of full applications * * - token_ring/token_bypass.c: Classical token ring with a bypass deployment. * A token is exchanged along a ring to reach every participant. -- 2.20.1