Skip to content

Commit

Permalink
Add missing doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Aug 11, 2023
1 parent 1421433 commit c82bc4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libudpard/udpard.h
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ struct UdpardTxItem
/// The instance does not hold any resources itself except for the allocated memory.
/// To safely discard it, simply pop all enqueued frames from it.
///
/// The return value is zero on success, otherwise it is a negative error code.
/// The time complexity is constant. This function does not invoke the dynamic memory manager.
int_fast8_t udpardTxInit(struct UdpardTx* const self,
const UdpardNodeID* const local_node_id,
Expand Down

0 comments on commit c82bc4c

Please sign in to comment.