Skip to content

Commit

Permalink
Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jan 26, 2019
1 parent 0a88e33 commit 8fea2ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions src/lib/util/dict.c
Expand Up @@ -2096,8 +2096,6 @@ int fr_dict_unknown_vendor_afrom_num(TALLOC_CTX *ctx, fr_dict_attr_t **out,
}

/** Allocates an unknown attribute
*
* @copybrief fr_dict_unknown_from_fields
*
* @note If vendor != 0, an unknown vendor (may) also be created, parented by
* the correct EVS or VSA attribute. This is accessible via da->parent,
Expand Down Expand Up @@ -2186,7 +2184,7 @@ fr_dict_attr_t const *fr_dict_unknown_afrom_fields(TALLOC_CTX *ctx, fr_dict_attr
* - Attr-%d
* - Attr-%d.%d.%d...
*
* @copybrief fr_dict_unknown_from_fields
* @copybrief fr_dict_unknown_afrom_fields
*
* @param[in] ctx to allocate the attribute in.
* @param[out] out Where to write the new attribute to.
Expand Down Expand Up @@ -2226,7 +2224,7 @@ static int dict_unknown_attr_afrom_num(TALLOC_CTX *ctx, fr_dict_attr_t **out,
* - Attr-%d
* - Attr-%d.%d.%d...
*
* @copybrief fr_dict_unknown_from_fields
* @copybrief fr_dict_unknown_afrom_fields
*
* @note If vendor != 0, an unknown vendor (may) also be created, parented by
* the correct EVS or VSA attribute. This is accessible via vp->parent,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/util/dlist.h
Expand Up @@ -95,7 +95,7 @@ static inline void fr_dlist_entry_init(fr_dlist_t *entry)
* @note This variant *DOES* perform talloc validation. All items inserted
* into the list must be allocated with talloc.
*
* @copybrief fr_dlist_init.
* @copybrief fr_dlist_init
*
* @param[in] _head structure to initialise.
* @param[in] _type of item being stored in the list, e.g. fr_value_box_t,
Expand Down

0 comments on commit 8fea2ce

Please sign in to comment.