summaryrefslogtreecommitdiff
path: root/stdlib/oo.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/oo.mli')
-rw-r--r--stdlib/oo.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/stdlib/oo.mli b/stdlib/oo.mli
index 508217228b..2a9eb23209 100644
--- a/stdlib/oo.mli
+++ b/stdlib/oo.mli
@@ -30,6 +30,9 @@ external id : < .. > -> int = "%field1"
*)
(**/**)
+
+(* The following is for system use only. Do not call directly. *)
+
(** For internal use (CamlIDL) *)
val new_method : string -> CamlinternalOO.tag
val public_method_label : string -> CamlinternalOO.tag