From: Matthew Newton Date: Thu, 27 Feb 2020 13:54:46 +0000 (+0000) Subject: doxygen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acb9639cea13b9fc7b0ef08e618dad407da1c223;p=thirdparty%2Ffreeradius-server.git doxygen --- diff --git a/src/lib/server/xlat_builtin.c b/src/lib/server/xlat_builtin.c index 2bba80a4bab..f4c55a5bcf3 100644 --- a/src/lib/server/xlat_builtin.c +++ b/src/lib/server/xlat_builtin.c @@ -2966,6 +2966,11 @@ static xlat_action_t xlat_func_sub(TALLOC_CTX *ctx, fr_cursor_t *out, /** Return the tag of an attribute reference + * + * Example (Tunnel-Server-Endpoint:1 = "192.0.2.1"): +@verbatim +"%{tag:Tunnel-Server-Endpoint}" == "1" +@endverbatim * * @ingroup xlat_functions */