Signed-off-by: Jonathan Davies <[email protected]>

# HG changeset patch
# User Jonathan Davies <[email protected]>
# 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 <[email protected]>

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
 } 
# HG changeset patch
# User Jonathan Davies <[email protected]>
# 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 <[email protected]>

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 mailing list
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api

Reply via email to