Skip to content

Commit

Permalink
Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Apr 20, 2019
1 parent 8da2ef0 commit 085b994
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/lib/redis/cluster.c
Expand Up @@ -1173,8 +1173,8 @@ static fr_redis_cluster_rcode_t cluster_redirect(fr_redis_cluster_node_t **out,

/** Walk all used pools adding them to the live node list
*
* @param context Where to write the node we found.
* @param data node to check.
* @param[in] uctx Where to write the node we found.
* @param[in] data node to check.
* @return
* - 0 continue walking.
* - -1 found suitable node.
Expand Down Expand Up @@ -2100,8 +2100,8 @@ typedef struct {

/** Walk all used pools, recording the IP addresses of ones matching the filter
*
* @param context Where to write the node we found.
* @param data node to check.
* @param[in] uctx Where to write the node we found.
* @param[in] data node to check.
* @return
* - 0 continue walking.
* - -1 found suitable node.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/server/xlat_inst.c
Expand Up @@ -382,7 +382,7 @@ int xlat_thread_instantiate(TALLOC_CTX *ctx)

/** Walk over #xlat_exp_t that require instantiation
*
* @param[in] ctx UNUSED.
* @param[in] uctx UNUSED.
* @param[in] data node to perform
*/
static int _xlat_instantiate_walker(void *data, UNUSED void *uctx)
Expand Down
Expand Up @@ -68,8 +68,8 @@ static int cache_heap_cmp(void const *one, void const *two)
*
* Used to free any entries left in the tree on detach.
*
* @param ctx unused.
* @param data to free.
* @param[in] data to free.
* @param[in] uctx unused.
* @return 2
*/
static int _cache_entry_free(void *data, UNUSED void *uctx)
Expand Down

0 comments on commit 085b994

Please sign in to comment.