mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-16 08:55:06 +03:00
libcamera: Standardize on doxygen \return
Two occasions in the source utilise the Doxygen '\returns' alias for \return. We use \return everywhere else in the code. Update the two occurences to match. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
52774fff56
commit
5dc5fb2ac5
2 changed files with 2 additions and 2 deletions
|
@ -269,7 +269,7 @@ bool operator<(const Size &lhs, const Size &rhs)
|
|||
/**
|
||||
* \brief Test if a size is contained in the range
|
||||
* \param[in] size Size to check
|
||||
* \returns True if \a size is contained in the range
|
||||
* \return True if \a size is contained in the range
|
||||
*/
|
||||
bool SizeRange::contains(const Size &size) const
|
||||
{
|
||||
|
|
|
@ -55,7 +55,7 @@ const char *basename(const char *path)
|
|||
* avoid vulnerabilities that could occur if set-user-ID or set-group-ID
|
||||
* programs accidentally trust the environment.
|
||||
*
|
||||
* \returns A pointer to the value in the environment or NULL if the requested
|
||||
* \return A pointer to the value in the environment or NULL if the requested
|
||||
* environment variable doesn't exist or if secure execution is required.
|
||||
*/
|
||||
char *secure_getenv(const char *name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue