File: example.xml

package info (click to toggle)
libosmocore 1.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,796 kB
  • sloc: ansic: 125,901; python: 2,193; makefile: 1,769; sh: 529; exp: 63; xml: 19
file content (22 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<vtydoc xmlns="urn:osmocom:xml:libosmocore:vty:doc:1.0">
    <!-- test a nested hierachy -->
    <node id="mgcp" name="MGCP Node">
	<!-- define a command -->
	<command id="foo_cmd">
		<doc>General docs</doc>
		<params>
			<param name="do" doc="Explain do" />
			<param name="fo" doc="Explain foo" />
		</params>
	</command>
	<command id="foo_cmd">
		<doc>General docs</doc>
		<params>
			<param name="do" doc="Explain do" />
			<param name="fo" doc="Explain foo" />
		</params>
	</command>

    </node>
</vtydoc>