From 16b895b466a064fc3ac9cc3b250b9fcb006e0327 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Tue, 20 Dec 2016 10:48:19 +0100 Subject: [PATCH] Undo removal of mqtt_publish() from documentation in Simon's last commit (guess it was by accident) --- src/apps/mqtt/mqtt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/mqtt/mqtt.c b/src/apps/mqtt/mqtt.c index b3c29467..c49000e2 100644 --- a/src/apps/mqtt/mqtt.c +++ b/src/apps/mqtt/mqtt.c @@ -1027,6 +1027,7 @@ mqtt_tcp_connect_cb(void *arg, struct tcp_pcb *tpcb, err_t err) /** + * @ingroup mqtt * MQTT publish function. * @param client MQTT client * @param topic Publish topic string