* be called before calls to \ref V2Params_GetParameterValue() or \ref V2Params_SetParameterValue() when\r
* getting or setting parameter values in response to requests from the host.\r
*\r
- * \param ParamID Parameter ID whose privellages are to be retrieved from the table\r
+ * \param[in] ParamID Parameter ID whose privellages are to be retrieved from the table\r
*\r
* \return Privellages for the requested parameter, as a mask of PARAM_PRIV_* masks\r
*/ \r
\r
/** Retrieves the current value for a given parameter in the parameter table.\r
*\r
- * \param ParamID Parameter ID whose value is to be retrieved from the table\r
+ * \param[in] ParamID Parameter ID whose value is to be retrieved from the table\r
*\r
* \return Current value of the parameter in the table, or 0 if not found\r
*/ \r
\r
/** Sets the value for a given parameter in the parameter table.\r
*\r
- * \param ParamID Parameter ID whose value is to be set in the table\r
- * \param Value New value to set the parameter to\r
+ * \param[in] ParamID Parameter ID whose value is to be set in the table\r
+ * \param[in] Value New value to set the parameter to\r
*\r
* \return Pointer to the associated parameter information from the parameter table if found, NULL otherwise\r
*/\r
/** Retrieves a parameter entry (including ID, value and privellages) from the parameter table that matches the given\r
* parameter ID.\r
*\r
- * \param ParamID Parameter ID to find in the table\r
+ * \param[in] ParamID Parameter ID to find in the table\r
*\r
* \return Pointer to the associated parameter information from the parameter table if found, NULL otherwise\r
*/\r