* @warning
* @b EXPERIMENTAL: this API may change without prior notice
*
- * This API is used to free the memory allocated for interrupt handle
- * resources.
+ * Free the memory allocated for interrupt handle resources.
*
* @param intr_handle
* Interrupt handle address.
* @warning
* @b EXPERIMENTAL: this API may change without prior notice
*
- * This API is used to set the fd field of interrupt handle with user provided
+ * Set the fd field of interrupt handle with user provided
* file descriptor.
*
* @param intr_handle
* @warning
* @b EXPERIMENTAL: this API may change without prior notice
*
- * This API is used to set the type field of interrupt handle with user provided
+ * Set the type field of interrupt handle with user provided
* interrupt type.
*
* @param intr_handle
/**
* @internal
- * This API is used to set the device fd field of interrupt handle with user
+ * Set the device fd field of interrupt handle with user
* provided dev fd. Device fd corresponds to VFIO device fd or UIO config fd.
*
* @param intr_handle
/**
* @internal
- * This API is used to set the max intr field of interrupt handle with user
+ * Set the max intr field of interrupt handle with user
* provided max intr value.
*
* @param intr_handle
/**
* @internal
- * This API is used to set the number of event fd field of interrupt handle
+ * Set the number of event fd field of interrupt handle
* with user provided available event file descriptor value.
*
* @param intr_handle
/**
* @internal
- * This API is used to set the event fd counter size field of interrupt handle
+ * Set the event fd counter size field of interrupt handle
* with user provided efd counter size.
*
* @param intr_handle
/**
* @internal
- * This API is used to set the event fd array index with the given fd.
+ * Set the event fd array index with the given fd.
*
* @param intr_handle
* pointer to the interrupt handle.
/**
* @internal
- * This API is used to set the epoll event object array index with the given
+ * Set the epoll event object array index with the given
* elist instance.
*
* @param intr_handle
/**
* @internal
- * This API returns the Windows handle of the given interrupt instance.
+ * Returns the Windows handle of the given interrupt instance.
*
* @param intr_handle
* pointer to the interrupt handle.
/**
* @internal
- * This API set the Windows handle for the given interrupt instance.
+ * Set the Windows handle for the given interrupt instance.
*
* @param intr_handle
* pointer to the interrupt handle.