diff -r 2d550f67dcba -r 2aae24b0881f src/network/core/udp.cpp --- a/src/network/core/udp.cpp Fri Feb 23 08:19:24 2007 +0000 +++ b/src/network/core/udp.cpp Fri Feb 23 08:37:33 2007 +0000 @@ -1,5 +1,9 @@ /* $Id$ */ +/** + * @file core/udp.cpp Basic functions to receive and send UDP packets. + */ + #ifdef ENABLE_NETWORK #include "../../stdafx.h" @@ -10,10 +14,6 @@ #include "udp.h" /** - * @file core/udp.cpp Basic functions to receive and send UDP packets. - */ - -/** * Start listening on the given host and port. * @param host the host (ip) to listen on * @param port the port to listen on