doc: (fixes #1120) Change \returns to \return in coding-style.rst

This commit is contained in:
AlessioBugetti
2024-08-19 15:34:10 +02:00
committed by Eduardo Almeida
parent 3af874c226
commit cc4953ed27

View File

@@ -695,7 +695,7 @@ is described in the `Doxygen website <https://www.doxygen.nl/index.html>`_.
* A detailed description of the purpose of the method.
*
* \param firstParam a short description of the purpose of this parameter
* \returns a short description of what is returned from this function.
* \return a short description of what is returned from this function.
*/
int DoSomething(int firstParam);