Skip to content

Commit

Permalink
Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed May 30, 2018
1 parent 4f324a2 commit 6d9812e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/util/dict.c
Expand Up @@ -2879,7 +2879,9 @@ fr_dict_attr_t const *fr_dict_root(fr_dict_t const *dict)

/** Look up a protocol name embedded in another string
*
* @param[in,out] name string start.
* @param[out] out the resolve dictionary or NULL if the dictionary
* couldn't be resolved.
* @param[in] name string start.
* @return
* - <= 0 on error (offset as negative integer)
* - > 0 on success (number of bytes parsed).
Expand Down

0 comments on commit 6d9812e

Please sign in to comment.