From: Arran Cudbard-Bell Date: Tue, 22 May 2018 12:25:32 +0000 (+0600) Subject: Doxygen X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6dc7f759dcfe7b3348c8da98fedb859229502bf9;p=thirdparty%2Ffreeradius-server.git Doxygen --- diff --git a/src/lib/util/dict.c b/src/lib/util/dict.c index 27e06383223..44a49bcf6d0 100644 --- a/src/lib/util/dict.c +++ b/src/lib/util/dict.c @@ -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.