Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Doc] Fixed doxygen bug: 'Userspace is not a file'
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 9 Jun 2015 15:48:38 +0000 (17:48 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 9 Jun 2015 17:05:36 +0000 (19:05 +0200)
- the @file directive needs a filename after @file,
  I added that...

doc/doxygen/platform.doc
src/simix/smx_context_boost.cpp

index 63f1a48..6d99c90 100644 (file)
@@ -567,7 +567,7 @@ with no upper total limit.
 #### Expressing dynamism and failures ####
 
 Similar to hosts, it is possible to declare links whose state, bandwidth
-or latency changes over time (see Section \ref pf_hosts_dynamism for details).
+or latency changes over time (see Section \ref pf_host_dynamism for details).
 
 In the case of network links, the ``bandwidth`` and ``latency`` attributes are
 replaced by the ``bandwidth_file`` and ``latency_file`` attributes.
index ce8d08a..6dbcac6 100644 (file)
@@ -4,7 +4,7 @@
 /* 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 Userspace context switching implementation based on Boost.Context */
+/** @file smx_context_boost.cpp Userspace context switching implementation based on Boost.Context */
 
 #include <cstdint>