diff --git a/doc/developer-guides/c_coding_guidelines.rst b/doc/developer-guides/c_coding_guidelines.rst index 183140b1b..532dd5cf2 100644 --- a/doc/developer-guides/c_coding_guidelines.rst +++ b/doc/developer-guides/c_coding_guidelines.rst @@ -3312,8 +3312,7 @@ each function: ``@post ``. 12) The brief description of the function return value shall be documented with the format ``@return ``. -13) A void-returning function shall be documented with the format - ``@return None``. +13) A void-returning function shall not be documented with ``@return``. 14) The comments explaining the actual return values shall be documented with the format ``@retval ``. 15) If the description of one element needs to span multiple lines, each line