Functionsยง
- annotate_
toml_ array_ of_ tables - Annotates the first table in a TOML
ArrayOfTables
using documentation from the given structT
. - annotate_
toml_ table - Annotates a TOML
Table
with documentation extracted from a structT
that implements theDocumented
andDocumentedFields
traits. - append_
docs_ as_ toml_ comments - Appends documentation lines as TOML comments to the given
Decor
.