DocumentationOverview.jl generates a table of API overview using Julia's multimedia I/O system.
In particular, it can be used in Documenter's
@eval
block.
```@eval
using DocumentationOverview
using MyPackage
DocumentationOverview.table_md(MyPackage)
```
The code above can also be used in the REPL.
See example outputs and more information in the Documentation.
DocumentationOverview.jl works well with PublicAPI.jl.