From d312a84a12ed2be1c70390f7c05a767006839488 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Tue, 9 Jun 2015 17:48:38 +0200 Subject: [PATCH] [Doc] Fixed doxygen bug: 'Userspace is not a file' - the @file directive needs a filename after @file, I added that... --- doc/doxygen/platform.doc | 2 +- src/simix/smx_context_boost.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1