Skip to content

Commit 594b498

Browse files
committed
Fix Doxygen issues
1 parent d4e3797 commit 594b498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfmqtt/mqtt_client.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ WOLFMQTT_API int MqttClient_Init(
251251

252252
/*! \brief Cleans up resources allocated to the MqttClient structure
253253
* \param client Pointer to MqttClient structure
254-
* \return none
255254
*/
256255
WOLFMQTT_API void MqttClient_DeInit(MqttClient *client);
257256

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

0 commit comments

Comments
 (0)