summaryrefslogtreecommitdiffstats
path: root/src/interface/pxe/pxe_udp.c
diff options
context:
space:
mode:
authorMichael Brown2005-05-24 02:11:25 +0200
committerMichael Brown2005-05-24 02:11:25 +0200
commit0e494614b569e3e25ea11a5a5a08310f82de0911 (patch)
treefef576480462b7a8b259609d1915a91e1a6e520b /src/interface/pxe/pxe_udp.c
parentFixes for gcc >= 3.2 from Georg Baum (diff)
downloadipxe-0e494614b569e3e25ea11a5a5a08310f82de0911.tar.gz
ipxe-0e494614b569e3e25ea11a5a5a08310f82de0911.tar.xz
ipxe-0e494614b569e3e25ea11a5a5a08310f82de0911.zip
Some versions of doxygen seem to object to "@ret None" or similar.
Diffstat (limited to 'src/interface/pxe/pxe_udp.c')
-rw-r--r--src/interface/pxe/pxe_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface/pxe/pxe_udp.c b/src/interface/pxe/pxe_udp.c
index e818fc7f4..f46971ea9 100644
--- a/src/interface/pxe/pxe_udp.c
+++ b/src/interface/pxe/pxe_udp.c
@@ -83,7 +83,7 @@ PXENV_EXIT_t pxenv_udp_open ( struct s_PXENV_UDP_OPEN *udp_open ) {
* @v udp_close Pointer to a struct s_PXENV_UDP_CLOSE
* @ret #PXENV_EXIT_SUCCESS Always
* @ret s_PXENV_UDP_CLOSE::Status PXE status code
- * @err None
+ * @err None -
*
* Closes a UDP "connection" opened with pxenv_udp_open(). Since UDP
* is a connectionless protocol, this is a no-op.