Skip to content

Commit

Permalink
docs: hide deprecated modules
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Aug 6, 2022
1 parent 1c73723 commit 14866f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Bwd.mli
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ module Bwd : module type of BwdNoLabels
(** This module is similar to {!module:ListLabels} but for backward lists. *)
module BwdLabels : module type of BwdLabels

(**/**)

(** An alias of {!module:Bwd.Notation} for infix notation. *)
module BwdNotation : module type of BwdNotation [@@ocaml.alert deprecated "Use Bwd.Infix instead"]
2 changes: 2 additions & 0 deletions src/BwdLabels.mli
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,6 @@ sig
(** An alias of {!val:BwdLabels.prepend}. *)
end

(**/**)

module Notation : module type of Infix [@@ocaml.alert deprecated "Use Bwd.Infix instead"]
2 changes: 2 additions & 0 deletions src/BwdNoLabels.mli
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,6 @@ sig
(** An alias of {!val:Bwd.prepend}. *)
end

(**/**)

module Notation : module type of Infix [@@ocaml.alert deprecated "Use Bwd.Infix instead"]

0 comments on commit 14866f9

Please sign in to comment.