From ebdd3c1808025f9de5cbdcbb535b70b9fb3f2550 Mon Sep 17 00:00:00 2001 From: Tobias Schuele Date: Mon, 18 Apr 2016 18:17:41 +0200 Subject: [PATCH] Minor changes to documentation. --- dataflow_cpp/include/embb/dataflow/network.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dataflow_cpp/include/embb/dataflow/network.h b/dataflow_cpp/include/embb/dataflow/network.h index 4e77782..d4039c6 100644 --- a/dataflow_cpp/include/embb/dataflow/network.h +++ b/dataflow_cpp/include/embb/dataflow/network.h @@ -58,8 +58,8 @@ class Network { public: /** * Constructs an empty network. - * \note The number of concurrent tokens will be derived from the structure - * of the network automatically on the first call to operator () and the + * \note The number of concurrent tokens will automatically be derived from + * the structure of the network on the first call to operator(), and the * corresponding resources will be allocated then. */ Network() {} @@ -681,9 +681,9 @@ class Network { /** * Executes the network until one of the the sources returns \c false. - * \note If the network was default constructed the number of concurrent - * tokens will be derived from the structure of the network automatically - * on the first call of the operator and the corresponding resources will + * \note If the network was default constructed, the number of concurrent + * tokens will automatically be derived from the structure of the network + * on the first call of the operator, and the corresponding resources will * be allocated then. */ void operator () (); -- libgit2 0.26.0