libcamera: Document missing parameters and return values

Several functions are missing documentation for some of them parameters
and/or for their return value. Fix this.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
Laurent Pinchart
2019-01-10 15:27:59 +02:00
parent afcec99b99
commit 93a037efff
4 changed files with 20 additions and 3 deletions
+3
View File
@@ -124,6 +124,9 @@ bool DeviceMatch::match(const MediaDevice *device) const
* implementations may be needed. This function creates the best enumerator for
* the operating system based on the available resources. Not all different
* enumerator types are guaranteed to support all features.
*
* \return A pointer to the newly created device enumerator on success, or
* nullptr if an error occurs
*/
DeviceEnumerator *DeviceEnumerator::create()
{