mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 03:55:46 +03:00
Some versions of doxygen seem to object to "@ret None" or similar.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
/**
|
||||
* UNLOAD BASE CODE STACK
|
||||
*
|
||||
* @v None
|
||||
* @v None -
|
||||
* @ret ...
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user