]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Doxygen
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 22 May 2018 12:25:32 +0000 (18:25 +0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 22 May 2018 14:46:06 +0000 (20:46 +0600)
src/lib/util/dict.c

index 27e0638322399f0fd49d9d5ba363bf64708a1c49..44a49bcf6d0f9a84c25760ba66a706a567ca44ed 100644 (file)
@@ -4850,9 +4850,7 @@ static int dict_from_file(fr_dict_t *dict,
  * @param[out] out             Where to write a pointer to the new dictionary.
  *                             Will free existing dictionary if files have
  *                             changed and *out is not NULL.
- * @param[in] dir              to read dictionary files from.
  * @param[in] fn               file name to read.
- * @param[in] name             to use for the root attributes.
  * @return
  *     - 0 on success.
  *     - -1 on failure.