Commit c3a9fb71 authored by Dominik Charousset's avatar Dominik Charousset

Fix parameter name in Doxygen comment

parent 17f78dee
......@@ -35,7 +35,7 @@ void publish_impl(abstract_actor_ptr whom, uint16_t port, const char* in);
* Publishes `whom` at `port`. The connection is managed by the middleman.
* @param whom Actor that should be published at `port`.
* @param port Unused TCP port.
* @param addr The IP address to listen to or `INADDR_ANY` if `in == nullptr`.
* @param in The IP address to listen to or `INADDR_ANY` if `in == nullptr`.
* @throws bind_failure
*/
inline void publish(caf::actor whom, uint16_t port, const char* in = nullptr) {
......
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