We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0117bb commit 22292b5Copy full SHA for 22292b5
test/xref2/github_issue_944.t/run.t
@@ -3,6 +3,7 @@ A quick test to repro the issue found in #944
3
$ ocamlc -bin-annot -c foo.mli
4
5
$ odoc compile foo.cmti
6
- $ odoc link foo.odoc
7
-
8
- $ odoc html-generate --indent -o html/ foo.odocl
+ $ odoc link foo.odoc --enable-missing-root-warning
+ File "foo.odoc":
+ Warning: Couldn't find the following modules:
9
+ Stdlib
0 commit comments