From acae2dcfce2f29efb56fec58b876e206329cd6ef Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Tue, 6 Apr 2021 11:42:01 +0200 Subject: Add odoc warnings for empty packages. From an OCaml library point of view. --- doc/dune | 3 +++ doc/index.mld | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 doc/index.mld (limited to 'doc') diff --git a/doc/dune b/doc/dune index 97bd437097..dd3b37eacb 100644 --- a/doc/dune +++ b/doc/dune @@ -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. -- cgit v1.2.3