diff options
| author | Michael Brown | 2005-05-24 02:11:25 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-05-24 02:11:25 +0200 |
| commit | 0e494614b569e3e25ea11a5a5a08310f82de0911 (patch) | |
| tree | fef576480462b7a8b259609d1915a91e1a6e520b /src/interface/pxe/pxe_udp.c | |
| parent | Fixes for gcc >= 3.2 from Georg Baum (diff) | |
| download | ipxe-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.c | 2 |
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. |
