Skip to content

Commit

Permalink
Fix out-of=date doxygen comments
Browse files Browse the repository at this point in the history
  • Loading branch information
loonycyborg committed Mar 18, 2021
1 parent 1727adf commit 1ccd8e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/server/common/forum_user_handler.hpp
Expand Up @@ -125,8 +125,8 @@ class fuh : public user_handler
* The result is then posted back to the main boost::asio thread to be sent to the requesting player.
*
* @param io_service The boost io_service to use to post the query results back to the main boost::asio thread.
* @param s_base The server instance the player is connected to.
* @param player_socket The socket use to communicate with the player's client.
* @param s The server instance the player is connected to.
* @param player The player iterator used to communicate with the player's client.
* @param player_id The forum ID of the player to get the game history for.
* @param offset Where to start returning rows to the client from the query results.
*/
Expand Down
1 change: 0 additions & 1 deletion src/wesnothd_connection.hpp
Expand Up @@ -73,7 +73,6 @@ class wesnothd_connection
*
* @param host Name of the host to connect to
* @param service Service identifier such as "80" or "http"
* @param tls Whether we want to use TLS to make connection encrypted
*/
wesnothd_connection(const std::string& host, const std::string& service);

Expand Down

0 comments on commit 1ccd8e2

Please sign in to comment.