Skip to content

Commit

Permalink
trice: refresh doxygen comments (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored Jan 9, 2023
1 parent e3e3b37 commit 7df7af8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/trice/trice.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,9 @@ static void trice_destructor(void *data)
* @param role Local role
* @param lufrag Local username fragment
* @param lpwd Local password
* @param estabh Candidate pair established handler
* @param closeh Close / error handler
* @param arg Handler argument
*
* @return 0 if success, otherwise errorcode
*/

int trice_alloc(struct trice **icemp, const struct trice_conf *conf,
enum ice_role role,
const char *lufrag, const char *lpwd)
Expand Down Expand Up @@ -224,8 +220,8 @@ static void trice_reqbuf_process(struct trice *icem)
* Set the local role to either CONTROLLING or CONTROLLED.
* Note: The role can be set multiple times.
*
* @param icem ICE Media object
* @param role New local role
* @param trice ICE Media object
* @param role New local role
*
* @return 0 if success, otherwise errorcode
*/
Expand Down

0 comments on commit 7df7af8

Please sign in to comment.