Commit ebdd3c18 by Tobias Schuele

Minor changes to documentation.

parent a5182aa5
...@@ -58,8 +58,8 @@ class Network { ...@@ -58,8 +58,8 @@ class Network {
public: public:
/** /**
* Constructs an empty network. * Constructs an empty network.
* \note The number of concurrent tokens will be derived from the structure * \note The number of concurrent tokens will automatically be derived from
* of the network automatically on the first call to operator () and the * the structure of the network on the first call to operator(), and the
* corresponding resources will be allocated then. * corresponding resources will be allocated then.
*/ */
Network() {} Network() {}
...@@ -681,9 +681,9 @@ class Network { ...@@ -681,9 +681,9 @@ class Network {
/** /**
* Executes the network until one of the the sources returns \c false. * Executes the network until one of the the sources returns \c false.
* \note If the network was default constructed the number of concurrent * \note If the network was default constructed, the number of concurrent
* tokens will be derived from the structure of the network automatically * tokens will automatically be derived from the structure of the network
* on the first call of the operator and the corresponding resources will * on the first call of the operator, and the corresponding resources will
* be allocated then. * be allocated then.
*/ */
void operator () (); void operator () ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment