Expand description
Library for generating HTML documentation from WDL files.
Re-exports§
pub use callable::Callable;pub use callable::task;pub use callable::workflow;pub use docs_tree::DocsTree;
Modules§
- callable
- HTML generation for WDL callables (workflows and tasks).
- docs_
tree - Implementations for a
DocsTreewhich represents the docs directory. - meta
- Create HTML documentation for WDL meta sections.
- parameter
- Create HTML documentation for WDL parameters.
- struct
- Create HTML documentation for WDL structs.
Structs§
- Document
- A WDL document.
Functions§
- document_
workspace - Generate HTML documentation for a workspace.