You can search for identifiers within the package.
in-package search v0.2.0
type inline = [
| `Code of string
| `Text of string
]
type block = [
| `Paragraph of inline list
| `Pre of string
type doc = [
| `Text of block list
val get_doc : Atd_ast.loc -> Atd_ast.annot -> doc option