Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / src / simix / ContextBoost.hpp
index 032e116..b57adf2 100644 (file)
@@ -1,12 +1,8 @@
-/* Copyright (c) 2015. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2015. 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. */
 
-/** @file BoostContext.hpp
-    Userspace context switching implementation based on Boost.Context */
-
 #ifndef SIMGRID_SIMIX_BOOST_CONTEXT_HPP
 #define SIMGRID_SIMIX_BOOST_CONTEXT_HPP
 
@@ -26,6 +22,7 @@ class BoostSerialContext;
 class BoostParallelContext;
 class BoostContextFactory;
 
+/** @brief Userspace context switching implementation based on Boost.Context */
 class BoostContext : public Context {
 protected: // static
   static bool parallel_;