From 8297c819e985ba0d46752971b274b174098afceb Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 18 Nov 2011 23:14:24 +0100 Subject: vty: Add xsd and a command that can generate the documentation. When building the doxygen documentation do not remove the other VTY documentation files in the doc/vty folder. Create a command that can be installed to dump all nodes and commands as XML on the given VTY. Create a schema for the XML file and a XSL-T script that can merge the generated file with additional information. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3c8afd9b..b91b5aa8 100644 --- a/.gitignore +++ b/.gitignore @@ -61,7 +61,8 @@ utils/osmo-auc-gen doc/codec doc/core -doc/vty +doc/vty/latex +doc/vty/html doc/gsm doc/html.tar -- cgit v1.2.3