diff options
| author | Théo Zimmermann | 2021-04-06 11:42:01 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2021-04-06 15:01:23 +0200 |
| commit | acae2dcfce2f29efb56fec58b876e206329cd6ef (patch) | |
| tree | 2cf3411a6b82adfc9eaad51520a9f27de6b20ab6 /doc | |
| parent | 56c32d83cb98056492b6d1feae800bbd73d1996a (diff) | |
Add odoc warnings for empty packages.
From an OCaml library point of view.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/dune | 3 | ||||
| -rw-r--r-- | doc/index.mld | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -63,3 +63,6 @@ (files (refman-html as html/refman) (refman-pdf as pdf/refman)) (section doc) (package coq-doc)) + +(documentation + (package coq-doc)) diff --git a/doc/index.mld b/doc/index.mld new file mode 100644 index 0000000000..3a1979bc62 --- /dev/null +++ b/doc/index.mld @@ -0,0 +1,3 @@ +{0 coq-doc } + +The coq-doc package only contains user documentation on the Coq proof assistant and no OCaml library. |
