diff options
| author | coqbot-app[bot] | 2021-04-06 18:12:14 +0000 |
|---|---|---|
| committer | GitHub | 2021-04-06 18:12:14 +0000 |
| commit | daba2de6b642383293dd196a76db95c685868992 (patch) | |
| tree | 9b89687bf32ba97f3343118f618c5bd9212a7274 /doc | |
| parent | 2360e5ba31c350f25d49fc71736282bfad9975ed (diff) | |
| parent | 1bc23f9672be0e83fd0f3dfc6f94e3c8ee99eb8c (diff) | |
Merge PR #14077: Add odoc warnings for empty packages.
Reviewed-by: ejgallego
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. |
