caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] ocamldoc ... "Warning: Module or module type BatSet.StringSet not found"
@ 2013-10-08 14:36 Matej Kosik
  2013-10-08 15:24 ` Ashish Agarwal
  2013-10-08 17:44 ` Maxence Guesdon
  0 siblings, 2 replies; 5+ messages in thread
From: Matej Kosik @ 2013-10-08 14:36 UTC (permalink / raw)
  To: caml-list

Hi,

A couple of weeks ago I started to use ocamldoc.
In certain situation, it gives me:

	"Warning: Module or module type BatSet.StringSet not found"

The simplest "program" that triggers it is:

	module StringSet = BatSet.StringSet

I get it with the following command:

	ocamlfind doc -html -package batteries main.ml

I thought that some -I path was missing, so I tried:

	ocamlfind doc -html -thread -package batteries `ocamlfind query -i-format -recursive batteries` main.ml

but the warning remains.

It is not a big deal but I still wonder why I get it.
((The program itself compiles without kind of warning.))

M.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-10-08 17:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-08 14:36 [Caml-list] ocamldoc ... "Warning: Module or module type BatSet.StringSet not found" Matej Kosik
2013-10-08 15:24 ` Ashish Agarwal
2013-10-08 16:59   ` Matej Kosik
2013-10-08 17:29     ` Ashish Agarwal
2013-10-08 17:44 ` Maxence Guesdon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).