Crate reference_doc
source ·Traits
Trait added by using
derive(ReferenceDoc)]
.Derive Macros
Macro that adds an implementation of the trait MarkdownReferenceDocGenerator
to structs with
derive(ReferenceDoc)
. The trait adds the fn
get_markdown_reference_docs()
. The return value is generated by consuming the
struct’s field names, types, and doc comments. Markdown headers in the
doc comments are appropriately indendented based on the context in which
they appear.