Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ocamldoc does not handle included module signatures well #4206

Closed
vicuna opened this issue Feb 14, 2007 · 0 comments
Closed

Ocamldoc does not handle included module signatures well #4206

vicuna opened this issue Feb 14, 2007 · 0 comments

Comments

@vicuna
Copy link

vicuna commented Feb 14, 2007

Original bug ID: 4206
Reporter: berke
Assigned to: @zoggy
Status: closed (set by @zoggy on 2007-02-14T16:17:15Z)
Resolution: won't fix
Priority: normal
Severity: minor
Version: 3.10+dev
Category: ocamldoc
Monitored by: ertai

Bug description

Given a file

% cat z.mli
module type SET =
sig
include Set.S
end

ocamldoc complains as follows:

% ocamldoc z.mli
Warning: Module or module type Set.S not found

Set indeed contains a signature and ocamlc has no problem compiling the interface.

Additional information

This is normal, the warning means the cross-reference could not be made since the Set module is not given on command line, so there is no way of creating a link (or any reference) to it in the generated documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant