Crate syncdoc_migrate

Crate syncdoc_migrate 

Source

Re-exports§

pub use discover::discover_rust_files;
pub use discover::get_or_create_docs_path;
pub use discover::parse_file;
pub use discover::ParsedFile;
pub use rewrite::inject_module_doc_attr;
pub use rewrite::inject_omnidoc_attr;
pub use rewrite::rewrite_file;
pub use rewrite::strip_doc_attrs;
pub use write::extract_all_docs;
pub use write::find_expected_doc_paths;
pub use write::write_extractions;
pub use write::DocExtraction;
pub use write::WriteReport;

Modules§

discover
rewrite
write
List all the files we expect to be produced from code with omnidoc attributes.

Macros§

syncdoc_debug

Functions§

extract_doc_content
Extracts documentation content from a list of attributes
has_doc_attrs
Helper to check if any doc attributes are present