Forgot documentation on MQTT port #define
diff --git a/src/include/lwip/apps/mqtt.h b/src/include/lwip/apps/mqtt.h
index 3d3fcb7..ce8c6ca 100644
--- a/src/include/lwip/apps/mqtt.h
+++ b/src/include/lwip/apps/mqtt.h
@@ -46,6 +46,8 @@
 
 typedef struct mqtt_client_t mqtt_client_t;
 
+/** @ingroup mqtt
+ * Default MQTT port */
 #define MQTT_PORT 1883
 
 /*---------------------------------------------------------------------------------------------- */