From 70e5631fa1d3259796036151f5a5c8541132c5c8 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 15 Dec 2017 23:43:00 +0100 Subject: [PATCH] borken links in examples --- examples/msg/README.doc | 5 +---- examples/s4u/README.doc | 10 ++++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/examples/msg/README.doc b/examples/msg/README.doc index 9217d965a3..8d1ef0963c 100644 --- a/examples/msg/README.doc +++ b/examples/msg/README.doc @@ -12,8 +12,6 @@ documentation, but it should remain readable directly. - @ref msg_ex_tracing_user_variables - @ref msg_ex_models - @ref msg_ex_ns3 - - @ref msg_ex_apps - - @ref msg_ex_misc @section msg_ex_basics Basic examples and features @@ -27,8 +25,7 @@ documentation, but it should remain readable directly. - Master Workers. @ref examples/msg/app-masterworker/app-masterworker.c\n Another good old example, where one Master process has a bunch of - task to dispatch to a set of several Worker processes. It is fully - commented in @ref msg_ex_master_worker. + task to dispatch to a set of several Worker processes. @section msg_ex_process Acting on Processes diff --git a/examples/s4u/README.doc b/examples/s4u/README.doc index 8814a15de6..09cfb460c2 100644 --- a/examples/s4u/README.doc +++ b/examples/s4u/README.doc @@ -176,7 +176,7 @@ also the tesh files in the example directories for details. pstate can be accessed/changed with @ref simgrid::s4u::Host::getPstateSpeed and @ref simgrid::s4u::Host::setPstate. - Parallel tasks - @ref examples/s4u/exec-ptasks/s4u-exec-ptasks.cpp\n + @ref examples/s4u/exec-ptask/s4u-exec-ptask.cpp\n These objects are convenient abstractions of parallel computational kernels that span over several machines. @@ -269,7 +269,7 @@ than the previous examples. @subsection s4u_ex_app_data Data diffusion - Bit Torrent - @ref examples/s4u/app-bittorrent/s4u-app-bittorrent.cpp\n + @ref examples/s4u/app-bittorrent/s4u-bittorrent.cpp\n Classical protocol for Peer-to-Peer data diffusion. - Chained send @@ -279,7 +279,7 @@ than the previous examples. @subsection s4u_ex_app_dht Distributed Hash Tables (DHT) - Chord Protocol - @ref examples/s4u/app-chord/s4u-app-chord.cpp\n + @ref examples/s4u/dht-chord/s4u-dht-chord.cpp\n One of the most famous DHT protocol. */ @@ -298,12 +298,14 @@ than the previous examples. @example examples/s4u/async-wait/s4u-async-wait.cpp @example examples/s4u/async-waitall/s4u-async-waitall.cpp @example examples/s4u/async-waitany/s4u-async-waitany.cpp +@example examples/s4u/dht-chord/s4u-dht-chord.cpp @example examples/s4u/exec-basic/s4u-exec-basic.cpp @example examples/s4u/exec-async/s4u-exec-async.cpp @example examples/s4u/exec-dvfs/s4u-exec-dvfs.cpp @example examples/s4u/exec-monitor/s4u-exec-monitor.cpp +@example examples/s4u/exec-ptask/s4u-exec-ptask.cpp @example examples/s4u/exec-remote/s4u-exec-remote.cpp -@example examples/s4u/app-bittorrent/s4u-app-bittorrent.cpp +@example examples/s4u/app-bittorrent/s4u-bittorrent.cpp @example examples/s4u/app-chainsend/s4u-app-chainsend.cpp @example examples/s4u/app-masterworker/s4u-app-masterworker.cpp @example examples/s4u/app-pingpong/s4u-app-pingpong.cpp -- 2.20.1