Merge libosmocore commit '972b502ecaf3b919b7e89c13257dd6ec97aaafb7' into master
[osmocom-bb.git] / src / shared / libosmocore / doc / vty / example.xml
blob400c63400a7ea43fe9e6212aaf52cf6f607293df
1 <?xml version="1.0" encoding="UTF-8"?>
2 <vtydoc xmlns="urn:osmocom:xml:libosmocore:vty:doc:1.0">
3     <!-- test a nested hierachy -->
4     <node id="mgcp" name="MGCP Node">
5         <!-- define a command -->
6         <command id="foo_cmd">
7                 <doc>General docs</doc>
8                 <params>
9                         <param name="do" doc="Explain do" />
10                         <param name="fo" doc="Explain foo" />
11                 </params>
12         </command>
13         <command id="foo_cmd">
14                 <doc>General docs</doc>
15                 <params>
16                         <param name="do" doc="Explain do" />
17                         <param name="fo" doc="Explain foo" />
18                 </params>
19         </command>
21     </node>
22 </vtydoc>