Crate doc_macro

Source

Modules§

example 🔒
generated_doc 🔒

Macros§

example
Accepts a struct or enum literal and generates an Example impl for the type.

Attribute Macros§

generated_doc
Includes the type’s JSON example generated by doc-file-generator as a string. Convenience alias for #[cfg_attr(doc, doc = generated_docs!(MyType))]
generated_doc_inner