Skip to content

Commit

Permalink
Add missing doxygen parameter (#353)
Browse files Browse the repository at this point in the history
Signed-off-by: acuadros95 <[email protected]>
  • Loading branch information
Acuadros95 authored Mar 7, 2023
1 parent fe83fd0 commit c28bf96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/uxr/client/core/session/session.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ typedef void (* uxrOnRequestFunc) (
* @param reply_id Identifier of the reply.
* @param ub Serialized request data.
* @param length Length of the serialized data.
* @param args User pointer data.
* @param args User pointer data.
*/
typedef void (* uxrOnReplyFunc) (
struct uxrSession* session,
Expand All @@ -136,6 +136,7 @@ typedef void (* uxrOnReplyFunc) (
/**
* @brief Function signature used for flush_callback callbacks.
* @param session Session structure related to the buffer to be flushed.
* @param args Flush callback args pointer.
*/
typedef bool (* uxrOnBuffersFull) (
struct uxrSession* session,
Expand Down

0 comments on commit c28bf96

Please sign in to comment.