1
0
mirror of https://github.com/FreeRTOS/coreMQTT synced 2025-10-23 18:07:39 +08:00

Update MQTT 3.1.1 compliance text in doxygen and change log (#57)

* Update wording about 3.1.1 compliance

* Address review comments
This commit is contained in:
Archit Aggarwal
2020-09-14 15:40:28 -07:00
committed by GitHub
parent ff2725df6f
commit 28a0d090e3
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ The configurations for memory estimation are defined <a href="https://github.com
@page mqtt_design Design
@brief Architecture of the MQTT library.
This MQTT client library provides a fully compliant implementation of the MQTT 3.1.1 spec. It is optimized for resource constrained devices and does not allocate any memory.
This MQTT client library provides an implementation of the [MQTT 3.1.1 specification](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html). It is optimized for resource constrained devices and does not allocate any memory.
@section mqtt_interfaces Interfaces and Callbacks