We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b10196 commit 0d05af5Copy full SHA for 0d05af5
src/odoc/bin/main.ml
@@ -871,7 +871,7 @@ let () =
871
Odoc_manpage.targets ~docs:section_support;
872
Odoc_latex.targets ~docs:section_support;
873
Depends.Compile.(cmd, info ~docs:section_support);
874
- Targets.Compile.(cmd, info ~docs:section_legacy);
+ Targets.Compile.(cmd, info ~docs:section_support);
875
Html_fragment.(cmd, info ~docs:section_legacy);
876
Odoc_html.process ~docs:section_legacy;
877
Odoc_manpage.process ~docs:section_legacy;
0 commit comments