aboutsummaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-04-06 18:12:14 +0000
committerGitHub2021-04-06 18:12:14 +0000
commitdaba2de6b642383293dd196a76db95c685868992 (patch)
tree9b89687bf32ba97f3343118f618c5bd9212a7274 /ide
parent2360e5ba31c350f25d49fc71736282bfad9975ed (diff)
parent1bc23f9672be0e83fd0f3dfc6f94e3c8ee99eb8c (diff)
Merge PR #14077: Add odoc warnings for empty packages.
Reviewed-by: ejgallego
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.