libcamera: Document documentation style and update the code accordingly
The documentation style for the Doxygen comment blocks is inconsistent in the library. Document the expectations and update all existing comment blocks to match. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
@@ -317,8 +317,8 @@ std::shared_ptr<MediaDevice> DeviceEnumerator::search(const DeviceMatch &dm)
|
||||
/**
|
||||
* \fn DeviceEnumerator::lookupDeviceNode(int major, int minor)
|
||||
* \brief Lookup device node path from device number
|
||||
* \param major The device major number
|
||||
* \param minor The device minor number
|
||||
* \param[in] major The device major number
|
||||
* \param[in] minor The device minor number
|
||||
*
|
||||
* Translate a device number given as \a major and \a minor to a device node
|
||||
* path.
|
||||
|
||||
Reference in New Issue
Block a user