Crate syncdoc

Crate syncdoc 

Source
Expand description

§syncdoc

A procedural macro crate for injecting documentation from external files.

This crate provides macros to automatically add documentation attributes to your functions by reading from external markdown files.

Macros§

module_doc
Generates a path to the module’s documentation file.

Attribute Macros§

omnidoc
Injects documentation from external files.