doc: (fixes #1120) Change \returns to \return in coding-style.rst
This commit is contained in:
committed by
Eduardo Almeida
parent
3af874c226
commit
cc4953ed27
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user