(svn r20025) -Doc: Fix/add comments to let Doxygen know about the documentation.

This commit is contained in:
alberth
2010-06-27 09:05:10 +00:00
parent b3a707ae4b
commit 604e56adc2
5 changed files with 25 additions and 12 deletions

View File

@@ -1718,8 +1718,10 @@ static const WindowDesc _network_lobby_window_desc(
_nested_network_lobby_window_widgets, lengthof(_nested_network_lobby_window_widgets)
);
/* Show the networklobbywindow with the selected server
* @param ngl Selected game pointer which is passed to the new window */
/**
* Show the networklobbywindow with the selected server.
* @param ngl Selected game pointer which is passed to the new window.
*/
static void ShowNetworkLobbyWindow(NetworkGameList *ngl)
{
DeleteWindowById(WC_NETWORK_WINDOW, 0);