Reduce doxygen warnings regarding documenting some parameters.

This commit is contained in:
R. Bernstein
2011-10-26 21:23:27 -04:00
parent bf925d61d7
commit f09889f331
3 changed files with 23 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ extern "C" {
/**
Detects if a disc (CD or DVD) is erasable or not.
@param p_user_data the CD object to be acted upon.
@param p_cdio the CD object to be acted upon.
@param b_erasable, if not NULL, on return will be set indicate whether
the operation was a success (DRIVER_OP_SUCCESS) or if not to some
@@ -70,9 +70,7 @@ extern "C" {
@param p_cdio the CD object to be acted upon.
@param i_status, if not NULL, on return will be set indicate whether
the operation was a success (DRIVER_OP_SUCCESS) or if not to some
other value.
@param i_timeout_ms, number of millisections to wait before timeout
@param p_disctype the disc type set on success.
@return DRIVER_OP_SUCCESS (0) if we got the status.