docs: Resolve doxygen & Sphinx warnings

* Original commit: espressif/esp-idf@11fac8637a
This commit is contained in:
Angus Gratton
2020-01-29 09:31:14 +11:00
committed by aleks
parent 149d4cc74f
commit fee5069a2c

View File

@@ -114,7 +114,7 @@ typedef union {
uart_port_t port; /*!< Modbus communication port (UART) number */
uint32_t baudrate; /*!< Modbus baudrate */
uart_parity_t parity; /*!< Modbus UART parity settings */
uint16_t dummy_port;
uint16_t dummy_port; /*!< Dummy field, unused */
};
// Tcp communication structure
struct {