]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
doxygen
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 27 Feb 2020 13:54:46 +0000 (13:54 +0000)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 28 Feb 2020 01:29:57 +0000 (01:29 +0000)
src/lib/server/xlat_builtin.c

index 2bba80a4baba6bd7124e98628c2c9765da330c51..f4c55a5bcf3e7605f31a5668ddf91b78dc9cf90f 100644 (file)
@@ -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
  */