Re-exports§
pub use config::DocsPathMode;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 restore::restore_file;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§
- config
- discover
- restore
- Restore inline documentation from external markdown files
- rewrite
- write
- List all the files we expect to be produced from code with omnidoc attributes.
Macros§
- syncdoc_
debug - Macro for debug output in syncdoc.
Functions§
- extract_
doc_ content - Extracts documentation content from a list of attributes
- has_
doc_ attrs - Helper to check if any doc attributes are present