Crate wdl_doc

Source
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 DocsTree which 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.