libcamera: v4l2_subdevice: Don't use doxygen \ref needlessly
The doxygen \ref command is used to generate a reference to a function, while adding parentheses after the function name is enough. Simplify the documentation. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
parent
639cc1ad7a
commit
49a35da2ce
1 changed files with 1 additions and 2 deletions
|
@ -228,8 +228,7 @@ int V4L2Subdevice::getFormat(unsigned int pad, V4L2SubdeviceFormat *format,
|
|||
* "ActiveFormat" or \ref V4L2Subdevice::TryFormat "TryFormat"
|
||||
*
|
||||
* Apply the requested image format to the desired media pad and return the
|
||||
* actually applied format parameters, as \ref V4L2Subdevice::getFormat would
|
||||
* do.
|
||||
* actually applied format parameters, as getFormat() would do.
|
||||
*
|
||||
* \return 0 on success or a negative error code otherwise
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue