this repo has no description
1
fork

Configure Feed

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

Fix odoc docs: exclude driver/ from odoc pkg and add all children

- Use glob_files instead of glob_files_rec to avoid including driver/
directory (which has its own documentation stanza for odoc-driver)
- Explicitly include deprecated/*.mld for the deprecated section
- Add all library directories and main_index to @children_order to
suppress warnings about unlisted children

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+3 -2
+2 -1
doc/dune
··· 1 1 (documentation 2 2 (package odoc) 3 3 (files 4 - (glob_files_rec (*.mld with_prefix .)) 4 + (glob_files *.mld) 5 + (glob_files deprecated/*.mld) 5 6 odoc_logo_placeholder.jpg)) 6 7 7 8 ; Uncomment to run mdx on the documentation's code blocks.
+1 -1
doc/index.mld
··· 1 - @children_order odoc_for_authors cheatsheet dune features ocamldoc_differences interface driver json deprecated/ 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/ 2 2 @short_title The odoc documentation generator 3 3 4 4 {0 The [odoc] documentation generator}