diff options
Diffstat (limited to 'ocamldoc/odoc_sig.ml')
-rw-r--r-- | ocamldoc/odoc_sig.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ocamldoc/odoc_sig.ml b/ocamldoc/odoc_sig.ml index 0570bc024..5c2c1e653 100644 --- a/ocamldoc/odoc_sig.ml +++ b/ocamldoc/odoc_sig.ml @@ -236,7 +236,7 @@ module Analyser = in (0, f name_mutable_type_list) - | Parsetree.Ptype_virtual tkind -> comment_from_tkind tkind in + | Parsetree.Ptype_private tkind -> comment_from_tkind tkind in comment_from_tkind tk @@ -280,7 +280,7 @@ module Analyser = in Odoc_type.Type_record (List.map f l) - | Types.Type_virtual tkind -> get_tkind tkind in + | Types.Type_private tkind -> get_tkind tkind in get_tkind type_kind |