Doc.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14599 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
9fda101899
commit
546c22b67e
|
@ -610,9 +610,7 @@ and signature_item_desc =
|
|||
| Psig_class_type of class_type_declaration list
|
||||
(* class type ct1 = ... and ... and ctn = ... *)
|
||||
| Psig_attribute of attribute
|
||||
(* [@@id]
|
||||
(not attached to another item, i.e. after ";;" or at the beginning
|
||||
of the signature) *)
|
||||
(* [@@@id] *)
|
||||
| Psig_extension of extension * attributes
|
||||
(* [%%id] *)
|
||||
|
||||
|
@ -735,9 +733,7 @@ and structure_item_desc =
|
|||
| Pstr_include of include_declaration
|
||||
(* include ME *)
|
||||
| Pstr_attribute of attribute
|
||||
(* [@@id]
|
||||
(not attached to another item, i.e. after ";;" or at the beginning
|
||||
of the structure) *)
|
||||
(* [@@@id] *)
|
||||
| Pstr_extension of extension * attributes
|
||||
(* [%%id] *)
|
||||
|
||||
|
|
Loading…
Reference in New Issue