|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] [PATCH 2 of 3] Add a comment that indicates the extent of the
Signed-off-by: Jonathan Davies <jonathan.davies@xxxxxxxxxx>
# HG changeset patch
# User Jonathan Davies <jonathan.davies@xxxxxxxxxx>
# Date 1294409894 0
# Node ID 4560ba02da974d77d6afdcc36af5289d8e61b2d7
# Parent 5e6b5da4604978f7fa9660dd37ed7a2050f4c0db
Add a comment that indicates the extent of the effect of an IDL flag.
Signed-off-by: Jonathan Davies <jonathan.davies@xxxxxxxxxx>
diff -r 5e6b5da46049 -r 4560ba02da97 ocaml/idl/datamodel_types.ml
--- a/ocaml/idl/datamodel_types.ml Fri Jan 07 14:18:14 2011 +0000
+++ b/ocaml/idl/datamodel_types.ml Fri Jan 07 14:18:14 2011 +0000
@@ -150,7 +150,7 @@
msg_tag: tag;
msg_obj_name: string;
msg_custom_marshaller: bool;
- msg_hide_from_docs: bool;
+ msg_hide_from_docs: bool; (* don't list the function in the documentation
and do not include it in the SDK *)
msg_allowed_roles: string list option;
msg_map_keys_roles: (string * (string list option)) list
}
xen-api.hg-2.patch
Description: Text Data
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
|
|
|
|