NewTec-GmbH/esp32-can-iot

Indention and mixed doxygen style

Closed this issue · 0 comments

/**
* @brief Function tells the server if the Body of the request has to be parsed too. As this website uses a POST Request, body must be parsed.
*
* @return true The Body is trivial and will not be parsed.
* @return false The Body is important/not trivial and must be parsed.
*/

Invalid indention and doxygen style mixed. Here the keyword "brief" is used, but in all other cases not.

Please check for mixed doxygen style in all places.