Some versions of doxygen seem to object to "@ret None" or similar.

This commit is contained in:
Michael Brown
2005-05-24 00:11:25 +00:00
parent 7b423c0988
commit 0e494614b5
8 changed files with 47 additions and 47 deletions

View File

@@ -29,7 +29,7 @@
/**
* UNLOAD BASE CODE STACK
*
* @v None
* @v None -
* @ret ...
*
*/

View File

@@ -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.