aboutsummaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
authorThéo Zimmermann2021-04-06 11:42:01 +0200
committerThéo Zimmermann2021-04-06 15:01:23 +0200
commitacae2dcfce2f29efb56fec58b876e206329cd6ef (patch)
tree2cf3411a6b82adfc9eaad51520a9f27de6b20ab6 /ide
parent56c32d83cb98056492b6d1feae800bbd73d1996a (diff)
Add odoc warnings for empty packages.
From an OCaml library point of view.
Diffstat (limited to 'ide')
-rw-r--r--ide/coqide/dune3
-rw-r--r--ide/coqide/index.mld3
2 files changed, 6 insertions, 0 deletions
diff --git a/ide/coqide/dune b/ide/coqide/dune
index 4bb4672cd4..d2642f77bf 100644
--- a/ide/coqide/dune
+++ b/ide/coqide/dune
@@ -51,6 +51,9 @@
(modes exe byte)
(libraries coqide_gui))
+(documentation
+ (package coqide))
+
; Input-method bindings
(executable
(name default_bindings_src)
diff --git a/ide/coqide/index.mld b/ide/coqide/index.mld
new file mode 100644
index 0000000000..8852a2a7eb
--- /dev/null
+++ b/ide/coqide/index.mld
@@ -0,0 +1,3 @@
+{0 coqide }
+
+The coqide package only contains the CoqIDE executable and no OCaml library.