From: Christian Heinrich Date: Tue, 9 Jun 2015 15:48:38 +0000 (+0200) Subject: [Doc] Fixed doxygen bug: 'Userspace is not a file' X-Git-Tag: v3_12~624^2~20 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d312a84a12ed2be1c70390f7c05a767006839488 [Doc] Fixed doxygen bug: 'Userspace is not a file' - the @file directive needs a filename after @file, I added that... --- diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index 63f1a480bf..6d99c901d6 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -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. diff --git a/src/simix/smx_context_boost.cpp b/src/simix/smx_context_boost.cpp index ce8d08a2e0..6dbcac6c19 100644 --- a/src/simix/smx_context_boost.cpp +++ b/src/simix/smx_context_boost.cpp @@ -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