Skip to content

Commit d9c80bb

Browse files
committed
Core: add missing desription of an API function
1 parent b807a3c commit d9c80bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/ipfixcol2/message_ipfix.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ ipx_msg_ipfix_get_ctx(ipx_msg_ipfix_t *msg);
157157

158158
/**
159159
* \brief Get reference to all (Data/Template/Options Template) sets in the message
160-
* \param msg Message
161-
* \param sets Pointer to the array of sets
162-
* \param size Number of sets in the array
160+
* \param[in] msg Message
161+
* \param[out] sets Pointer to the array of sets
162+
* \param[out] size Number of sets in the array
163163
*/
164164
IPX_API void
165165
ipx_msg_ipfix_get_sets(ipx_msg_ipfix_t *msg, struct ipx_ipfix_set **sets, size_t *size);

0 commit comments

Comments
 (0)