]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix doxygen
authorAlan T. DeKok <aland@freeradius.org>
Fri, 13 Sep 2019 15:02:07 +0000 (11:02 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 13 Sep 2019 15:02:07 +0000 (11:02 -0400)
src/lib/server/tmpl.c

index 870deb8c6733112dfd12401e7c95e3cbde041a7c..fab687f9bfe51a47ef83a844bfa9f92844500cad 100644 (file)
@@ -1003,11 +1003,19 @@ finish:
 }
 
 /** Parse a string into a TMPL_TYPE_ATTR_* or #TMPL_TYPE_LIST type #vp_tmpl_t
+ *
+ * @param[in,out] ctx          to allocate #vp_tmpl_t in.
+ * @param[out] err             May be NULL.  Provides the exact error that the parser hit
+ *                             when processing the attribute ref.
+ * @param[out] out             Where to write pointer to new #vp_tmpl_t.
+ * @param[in] name             of attribute including #request_ref_t and #pair_list_t qualifiers.
+ *                             If only #request_ref_t #pair_list_t qualifiers are found,
+ *                             a #TMPL_TYPE_LIST #vp_tmpl_t will be produced.
+ * @param[in] name_len         Length of name, or -1 to do strlen()
+ * @param[in] rules            Rules which control parsing.  See tmpl_afrom_attr_substr() for details.
  *
  * @note Unlike #tmpl_afrom_attr_substr this function will error out if the entire
  *     name string isn't parsed.
- *
- * @copydetails tmpl_afrom_attr_substr
  */
 ssize_t tmpl_afrom_attr_str(TALLOC_CTX *ctx, attr_ref_error_t *err,
                            vp_tmpl_t **out, char const *name, vp_tmpl_rules_t const *rules)