From 204550e1245fee07e1b917dabb9648082e21e17c Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Wed, 7 Oct 2020 15:08:53 +0700 Subject: vty_reference.xsl: also handle 'global' and 'library' attributes Unfortunately, there is no xsl:function support in XSL 1.0, so we have to duplicate the existing code :/ For more details about the attribute scopes / types, see: https://lists.osmocom.org/pipermail/openbsc/2020-October/013278.html Change-Id: I7f7e6e32c156de24dcc80166a29119e6dda8c169 Related: SYS#4937 --- vty_reference.xsl | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/vty_reference.xsl b/vty_reference.xsl index 414a1a8..d7aaa8b 100644 --- a/vty_reference.xsl +++ b/vty_reference.xsl @@ -40,11 +40,66 @@ + + + + + + + + Global attributes + + + + + + + + Flag: + + + Flag: (not assigned) + + + + + + + + + + + + + + + Library specific attributes + + + + + + + + Flag: + + + Flag: (not assigned) + + + + + + + + + + - Attributes + Application specific attributes -- cgit v1.2.3