Skip to content

Commit

Permalink
Update documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ria9993 committed Apr 9, 2024
1 parent 58666e7 commit 3f45412
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Server/Server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace IRC

/** @class Server
* @internal
* @attention See [ \ref irc_server_event_loop_process_flow ] before reading implementation details.
* @note See [ \ref irc_server_event_loop_process_flow ] before reading implementation details.
*
* @dot
* digraph ServerClientChannel {
Expand Down Expand Up @@ -121,8 +121,8 @@ namespace IRC
* @details Initialize kqueue and resources and register listen socket to kqueue.
* And then call eventLoop() to start the server.
*
* @note Blocking until the server is terminated.
* @warning All non-static methods must be called after this function is called.
* @note \li Blocking until the server is terminated.
* \li All non-static methods must be called after this function is called.
*/
EIrcErrorCode Startup();

Expand Down

0 comments on commit 3f45412

Please sign in to comment.