this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix warnings

+8 -2
+1 -1
doc/index.mld
··· 1 - @children_order odoc_for_authors cheatsheet dune features ocamldoc_differences interface driver json deprecated/ main_index odoc_model_semantics_test/ odoc.document/ odoc.examples/ odoc.extension_api/ odoc.extension_registry/ odoc.html/ odoc.html_support_files/ odoc.index/ odoc.json_index/ odoc.latex/ odoc.loader/ odoc.manpage/ odoc.markdown/ odoc.model/ odoc.model_desc/ odoc.ocamlary/ odoc.occurrences/ odoc.odoc/ odoc.odoc_utils/ odoc.search/ odoc.search_html_frontend/ odoc.syntax_highlighter/ odoc.xref2/ odoc.xref_test/ 1 + @children_order odoc_for_authors cheatsheet dune features ocamldoc_differences interface driver json deprecated/ main_index odoc.document/ odoc.examples/ odoc.extension_api/ odoc.extension_registry/ odoc.html/ odoc.html_support_files/ odoc.index/ odoc.json_index/ odoc.latex/ odoc.loader/ odoc.manpage/ odoc.markdown/ odoc.model/ odoc.model_desc/ odoc.ocamlary/ odoc.occurrences/ odoc.odoc/ odoc.odoc_utils/ odoc.search/ odoc.search_html_frontend/ odoc.syntax_highlighter/ odoc.xref2/ odoc.xref_test/ 2 2 @short_title The odoc documentation generator 3 3 4 4 {0 The [odoc] documentation generator}
+7 -1
dune-project
··· 35 35 (package 36 36 (name odoc) 37 37 (sites (lib extensions)) 38 + (documentation 39 + (depends cmdliner)) 38 40 ) 39 41 40 42 (package (name odoc-parser)) 41 43 (package (name odoc-md)) 42 - (package (name odoc-driver)) 44 + (package 45 + (name odoc-driver) 46 + (documentation 47 + (depends odoc sherlodoc))) 48 + 43 49 (package (name odoc-bench) (allow_empty)) 44 50 (package (name sherlodoc)) 45 51