Commit e8928586 authored by Dominik Charousset's avatar Dominik Charousset

Fix documentation style

parent e705dd69
...@@ -65,10 +65,12 @@ public: ...@@ -65,10 +65,12 @@ public:
/// leaving `reason` for future reference. /// leaving `reason` for future reference.
void erase(actor_id key); void erase(actor_id key);
/// Increases running-actors-count by one. Returns the increased count. /// Increases running-actors-count by one.
/// @returns the increased count.
size_t inc_running(); size_t inc_running();
/// Decreases running-actors-count by one. Returns the decreased count. /// Decreases running-actors-count by one.
/// @returns the decreased count.
size_t dec_running(); size_t dec_running();
/// Returns the number of currently running actors. /// Returns the number of currently running actors.
......
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 to comment