aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/idl.txt
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-01-31 14:39:57 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-01-31 14:39:57 +0000
commit5a828b15cfbe5be64878fecebe3535f9e2b5bcb1 (patch)
tree8cf6a8e1e6f7f5dfda4e7e259e7b29c71c1b48df /tools/libxl/idl.txt
parent78d0c467143a497e6f3fba935573dbcb3b0f6ede (diff)
downloadxen-5a828b15cfbe5be64878fecebe3535f9e2b5bcb1.tar.gz
xen-5a828b15cfbe5be64878fecebe3535f9e2b5bcb1.tar.bz2
xen-5a828b15cfbe5be64878fecebe3535f9e2b5bcb1.zip
libxl: remove comment support from IDL
People typically don't look for comments in generated source and the syntax for specifying them in the IDL makes things harder to follow. Instead just use source code comments in the IDL itself. I dropped a bunch of "foo bool # enable or disable foo" type comments. A lot of the remainder still aren't terribly useful though. No change to the generate code other than the comments being removed. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxl/idl.txt')
-rw-r--r--tools/libxl/idl.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/libxl/idl.txt b/tools/libxl/idl.txt
index e9c2956b77..6f2d05bf26 100644
--- a/tools/libxl/idl.txt
+++ b/tools/libxl/idl.txt
@@ -20,10 +20,6 @@ The libxltypes.Type base class has several other properties which
apply to all types. The properties are set by passing a named
parameter to the constructor.
-Type.comment:
-
- A free text comment which describes the type.
-
Type.namespace: (default: "libxl_")
The namespace in which the type resides. Usually this is "libxl_" but
@@ -98,7 +94,6 @@ libxltype.Enumeration
name of the containing Enumeration
and any namespace (e.g. "VALUE")
EnumerationValue.value The integer value associated with this name.
- EnumerationValue.comment A free text comment which describes the member.
libxltype.Aggregate
@@ -115,7 +110,6 @@ libxltype.Aggregate
Field.name The name of the member (can be None for anonymous
fields).
Field.const Boolean, true if the member is const.
- Field.comment A free text comment which describes the member.
libxltype.Struct