Commit 46418d0f authored by Max Kellermann's avatar Max Kellermann

event/ServerSocket: remove obsolete API documentation

parent ad585e17
...@@ -73,7 +73,6 @@ public: ...@@ -73,7 +73,6 @@ public:
* Throws #std::runtime_error on error. * Throws #std::runtime_error on error.
* *
* @param port the TCP port * @param port the TCP port
* @param error location to store the error occurring
*/ */
void AddPort(unsigned port); void AddPort(unsigned port);
...@@ -85,7 +84,6 @@ public: ...@@ -85,7 +84,6 @@ public:
* *
* @param hostname the host name to be resolved * @param hostname the host name to be resolved
* @param port the TCP port * @param port the TCP port
* @param error location to store the error occurring
*/ */
void AddHost(const char *hostname, unsigned port); void AddHost(const char *hostname, unsigned port);
...@@ -95,7 +93,6 @@ public: ...@@ -95,7 +93,6 @@ public:
* Throws #std::runtime_error on error. * Throws #std::runtime_error on error.
* *
* @param path the absolute socket path * @param path the absolute socket path
* @param error location to store the error occurring
*/ */
void AddPath(AllocatedPath &&path); void AddPath(AllocatedPath &&path);
......
...@@ -42,7 +42,6 @@ public: ...@@ -42,7 +42,6 @@ public:
* modify the object to enforce another input format (however, * modify the object to enforce another input format (however,
* it may not request a different input sample rate) * it may not request a different input sample rate)
* @param new_sample_rate the requested output sample rate * @param new_sample_rate the requested output sample rate
* @param error location to store the error
* @return the format of outgoing data * @return the format of outgoing data
*/ */
virtual AudioFormat Open(AudioFormat &af, virtual AudioFormat Open(AudioFormat &af,
......
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