Skip to content

Commit

Permalink
Attach comments to includes in structures
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/version/4.02@16160 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
lpw25 committed Jun 5, 2015
1 parent 0581a07 commit 779f8d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parsing/parser.mly
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,8 @@ structure_item:
;
str_include_statement:
INCLUDE module_expr post_item_attributes
{ Incl.mk $2 ~attrs:$3 ~loc:(symbol_rloc()) }
{ Incl.mk $2 ~attrs:$3
~loc:(symbol_rloc()) ~docs:(symbol_docs ()) }
;
module_binding_body:
EQUAL module_expr
Expand Down

0 comments on commit 779f8d0

Please sign in to comment.