Skip to content

Commit

Permalink
Add Doxygen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AniruddhaKanhere committed Oct 22, 2024
1 parent 7808d02 commit d3b3c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/core_mqtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

struct MQTTVec
{
TransportOutVector_t pVector;
TransportOutVector_t pVector; /**< Pointer to transport vector. USER SHOULD NOT ACCESS THIS DIRECTLY - IT IS AN INTERNAL DETAIL AND CAN CHANGE. */
};

/*-----------------------------------------------------------*/
Expand Down

0 comments on commit d3b3c8e

Please sign in to comment.