ocamlc -pp "cppo -D 'OCAML 502' " -g -bin-annot -c extBytes.mli enum.mli bitSet.mli dynArray.mli extArray.mli extHashtbl.mli extList.mli extString.mli extBuffer.mli global.mli IO.mli option.mli pMap.mli std.mli uChar.mli uTF8.mli base64.mli unzip.mli refList.mli optParse.mli dllist.mli
ocamldoc -pp "cppo -D 'OCAML 502' " -sort -html -d doc/ extBytes.mli enum.mli bitSet.mli dynArray.mli extArray.mli extHashtbl.mli extList.mli extString.mli extBuffer.mli global.mli IO.mli option.mli pMap.mli std.mli uChar.mli uTF8.mli base64.mli unzip.mli refList.mli optParse.mli dllist.mli extLib.ml
File "optParse.mli", line 4960, character 0:
usage: @param id description
File "optParse.mli", line 4988, character 0:
usage: @param id description
Warning: Module or module type Stdlib.Buffer not found
Warning: Module or module type Stdlib.Hashtbl.MakeSeeded not found
Warning: Module type Stdlib.Hashtbl.SeededS not found
Warning: Module type Stdlib.Hashtbl.SeededHashedType not found
Warning: Module or module type Stdlib.Hashtbl.Make not found
Warning: Module type Stdlib.Hashtbl.S not found
Warning: Module type Stdlib.Hashtbl.HashedType not found
Warning: Module or module type Stdlib.Bytes not found
Warning: Element Stdlib.compare not found
Warning: Element Stdlib.compare not found
2 error(s) encountered
make[1]: *** [Makefile:40: doc] Error 1
make[1]: Leaving directory '/path/to/ocaml-extlib-1.8.0/src'
make: *** [Makefile:24: doc] Error 2
Let me know if there is any other info you need to reproduce this.
make doc
fails with ocamldoc 5.2.0:Let me know if there is any other info you need to reproduce this.