net/mqtt: tweak doxygen comment for return value
mqtt_init's return value in the generated docs didn't format correctly. Needs to be a space after the 0, so just delete the comma. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
539b0c46ff
commit
80a2f9476f
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ struct mqtt_ctx {
|
|||
*
|
||||
* @param ctx MQTT context structure
|
||||
* @param app_type See enum mqtt_app
|
||||
* @retval 0, always.
|
||||
* @retval 0 always
|
||||
*/
|
||||
int mqtt_init(struct mqtt_ctx *ctx, enum mqtt_app app_type);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue