Commit f0c25cbd authored by Dominik Charousset's avatar Dominik Charousset

Fix Doxygen formatting

parent b653ff07
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
namespace caf { namespace caf {
/// Creates a new continuous stream source by instantiating the default /// Creates a new continuous stream source by instantiating the default source
/// source implementation with `Driver. `The returned manager is not /// implementation with `Driver`. The returned manager is not connected to any
/// connected to any slot and thus not stored by the actor automatically. /// slot and thus not stored by the actor automatically.
/// @param self Points to the hosting actor. /// @param self Points to the hosting actor.
/// @param init Function object for initializing the state of the source. /// @param init Function object for initializing the state of the source.
/// @param pull Generator function object for producing downstream messages. /// @param pull Generator function object for producing downstream messages.
...@@ -50,9 +50,9 @@ attach_continuous_stream_source(scheduled_actor* self, Init init, Pull pull, ...@@ -50,9 +50,9 @@ attach_continuous_stream_source(scheduled_actor* self, Init init, Pull pull,
return mgr; return mgr;
} }
/// Creates a new continuous stream source by instantiating the default /// Creates a new continuous stream source by instantiating the default source
/// source implementation with `Driver. `The returned manager is not /// implementation with `Driver`. The returned manager is not connected to any
/// connected to any slot and thus not stored by the actor automatically. /// slot and thus not stored by the actor automatically.
/// @param self Points to the hosting actor. /// @param self Points to the hosting actor.
/// @param init Function object for initializing the state of the source. /// @param init Function object for initializing the state of the source.
/// @param pull Generator function object for producing downstream messages. /// @param pull Generator function object for producing downstream messages.
......
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