A graphviz extension for odoc
1
fork

Configure Feed

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

Fix build and doc warnings, remove dune subtree

Build fixes:
- Change odoc extension library refs to odoc.extension_api
- Add missing assets field to extension result records

Documentation fixes:
- Fix cross-package references using documentation dependencies
- Fix reference syntax: {!Stdlib.String.escaped}, {!Webfinger.Jrd}, etc.
- Fix heading levels and anchor syntax (#→.)
- Add @canonical annotation for Loc0.t
- Escape braces in doc comments
- Add asset support via (files ...) in documentation stanza

Infrastructure:
- Remove dune subtree (now pinned to jonludlam/dune#odoc-assets-support)
- Add dune-workspace with fatal odoc warnings
- Remove conflicting odoc-config.sexp install stanzas

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

+1 -1
+1 -1
src/dune
··· 1 1 (library 2 2 (name dot_extension) 3 3 (public_name odoc-dot-extension.impl) 4 - (libraries odoc_extension_api odoc_parser unix)) 4 + (libraries odoc.extension_api unix)) 5 5 6 6 (plugin 7 7 (name odoc-dot-extension)