Skip to content

Commit

Permalink
Fix Doxygen issues
Browse files Browse the repository at this point in the history
  • Loading branch information
embhorn committed Jul 25, 2024
1 parent 06a7812 commit 73cda5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfmqtt/mqtt_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ WOLFMQTT_API int MqttClient_Init(

/*! \brief Cleans up resources allocated to the MqttClient structure
* \param client Pointer to MqttClient structure
* \return none
*/
WOLFMQTT_API void MqttClient_DeInit(MqttClient *client);

Expand Down Expand Up @@ -360,6 +359,7 @@ WOLFMQTT_API int MqttClient_Publish_ex(
with message data
* Note: MqttPublish and MqttMessage are same
structure.
* \param pubCb Function pointer to callback routine
* \return MQTT_CODE_SUCCESS, MQTT_CODE_CONTINUE (for non-blocking) or
MQTT_CODE_ERROR_* (see enum MqttPacketResponseCodes)
\sa MqttClient_Publish
Expand Down

0 comments on commit 73cda5e

Please sign in to comment.