Skip to content

Commit

Permalink
Add doc-comment for the implementation module
Browse files Browse the repository at this point in the history
Signed-off-by: Paul-Elliot <[email protected]>
Co-authored-by: Jules Aguillon <[email protected]>
  • Loading branch information
panglesd and Julow committed Aug 30, 2023
1 parent 1d1e249 commit 8073c59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/loader/implementation.mli
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ val of_cmt :
Odoc_model.Paths.Identifier.RootModule.t ->
Cmt_format.cmt_infos ->
Shape_.t option * Odoc_model.Lang.Source_info.infos
(** Extract all implementation information from a [cmt]: the shape, and the
{{!Odoc_model.Lang.Source_info.infos}source infos}.
In OCaml version below 4.14, the information is always empty. *)

0 comments on commit 8073c59

Please sign in to comment.