diff options
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/mainpage.dox | 11 | ||||
-rwxr-xr-x | docs/tutorial.dox | 2 |
2 files changed, 1 insertions, 12 deletions
diff --git a/docs/mainpage.dox b/docs/mainpage.dox index 3e36262..2380196 100755 --- a/docs/mainpage.dox +++ b/docs/mainpage.dox @@ -20,8 +20,6 @@ or dependent tasks. @ref Tutorial -@ref DiscussionForum - @ref MailingList @ref Extending @@ -71,15 +69,6 @@ appropriate functions in memory.c */ /** -@page DiscussionForum ENet Discussion Forum - -The <a href="http://jbserver.com/forums/ForumHome.asp?ForumId=6"> -ENet discussion forum</a> provides a convenient place to ask for help, -share code and ideas, or report bugs. - -*/ - -/** @page MailingList ENet Related Mailing Lists The <a diff --git a/docs/tutorial.dox b/docs/tutorial.dox index 0cf29fd..7829d6c 100755 --- a/docs/tutorial.dox +++ b/docs/tutorial.dox @@ -262,7 +262,7 @@ foreign host. No event is generated. @code ENetEvent event; - enet_peer_disconnect (peer); + enet_peer_disconnect (peer, 0); /* Allow up to 3 seconds for the disconnect to succeed * and drop any packets received packets. |