X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/65beede857f93e33c96e544f76b93793c973dc10..60037b3f9ba9d856ccebf7a2211b51b82f4a557a:/include/xbt/config.hpp diff --git a/include/xbt/config.hpp b/include/xbt/config.hpp index a0406db96d..dbd27f40d2 100644 --- a/include/xbt/config.hpp +++ b/include/xbt/config.hpp @@ -217,7 +217,6 @@ class Flag { std::string name_; public: - /** Constructor * * @param name Flag name @@ -305,7 +304,7 @@ public: XBT_PUBLIC void finalize(); XBT_PUBLIC void show_aliases(); XBT_PUBLIC void help(); -} -} +} // namespace config +} // namespace simgrid #endif