Fix some warning 50 for 4.02.3 (#161)

Warning 50: unattached documentation comment (ignored)
This commit is contained in:
François Bobot 2017-06-26 11:28:37 +02:00 committed by Jérémie Dimino
parent c0200c3baa
commit 52afe84c83
2 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ module Libs : sig
: t
-> dir:Path.t
-> dep_kind:Build.lib_dep_kind
-> item:string (** Library name or first exe name *)
-> item:string (* Library name or first exe name *)
-> libraries:Lib_deps.t
-> preprocess:Preprocess_map.t
-> virtual_deps:string list
@ -90,7 +90,7 @@ module Libs : sig
: t
-> dir:Path.t
-> dep_kind:Build.lib_dep_kind
-> item:string (** Library name or first exe name *)
-> item:string (* Library name or first exe name *)
-> libraries:Lib_deps.t
-> ppx_runtime_libraries:string list
-> unit

View File

@ -22,7 +22,7 @@ val describe_target : Path.t -> string
assume that the program was looked up in the tree as well. *)
val program_not_found
: ?context:string
-> ?in_the_tree:bool (** default: false *)
-> ?in_the_tree:bool (* default: false *)
-> ?hint:string
-> string
-> _