Skip to content

Commit

Permalink
Doc.
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14599 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
alainfrisch committed Apr 15, 2014
1 parent 9fda101 commit 546c22b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions parsing/parsetree.mli
Original file line number Diff line number Diff line change
Expand Up @@ -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] *)

Expand Down Expand Up @@ -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] *)

Expand Down

0 comments on commit 546c22b

Please sign in to comment.