diff options
author | alberth <alberth@openttd.org> | 2010-06-27 09:05:10 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-06-27 09:05:10 +0000 |
commit | 604e56adc2092d31c02f16b8412d550f7986557c (patch) | |
tree | eb4fc60536488e1ce18a774eba7978abbbfc60e3 /src/network | |
parent | b3a707ae4b39ff832236dfcb786fbe3461ce0e1b (diff) | |
download | openttd-604e56adc2092d31c02f16b8412d550f7986557c.tar.xz |
(svn r20025) -Doc: Fix/add comments to let Doxygen know about the documentation.
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/network_gui.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/network/network_gui.cpp b/src/network/network_gui.cpp index 6172e1643..95e98f285 100644 --- a/src/network/network_gui.cpp +++ b/src/network/network_gui.cpp @@ -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); |