Commit d78d2df 1 parent aa4300b commit d78d2df Copy full SHA for d78d2df
File tree 3 files changed +17
-1
lines changed
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ depends: [
58
58
]
59
59
build: [
60
60
[make "static"]
61
- ["dune" "build" "-p" name "-j" jobs]
61
+ ["dune" "build" "-p" name "-j" jobs "@doc" ]
62
62
]
63
63
install: [
64
64
["mkdir" "-p" "%{_:share}%"]
Original file line number Diff line number Diff line change
1
+ (documentation
2
+ (package learn-ocaml)
3
+ (mld_files index))
Original file line number Diff line number Diff line change
1
+ {0 The [learn-ocaml] online platform (engine)}
2
+
3
+ This contains the documentation for the exposed modules used to build binaries
4
+ forming the engine for the learn-ocaml platform, and the common files.
5
+
6
+ {1 List of documented modules}
7
+
8
+ Modules documentation could be found here:
9
+
10
+ {ul
11
+ {li {{: Test_lib/index.html} [Test_lib]}}
12
+ {li {{: Learnocaml_report/index.html} [Learnocaml_report]}}
13
+ }
You can’t perform that action at this time.
0 commit comments