docs: add warning for doxygen version

Running with a newer doxygen version than what's
used in CI may raise warnings locally that are not
present when built by CI
This commit is contained in:
Marius Vikhammer
2020-09-03 13:48:40 +08:00
committed by Krzysztof Budzynski
parent 36720504f9
commit 9b552ce004
3 changed files with 14 additions and 2 deletions

View File

@@ -78,7 +78,6 @@ esp_err_t mbc_slave_init(mb_port_type_t port_type, void** handler);
* @brief Initialize Modbus Slave controller interface handle
*
* @param[in] handler - pointer to slave interface data structure
* @return None
*/
void mbc_slave_init_iface(void* handler);