forc-doc 0.71.0

Build the documentation for the local package and all dependencies. The output is placed in `out/doc` in the same format as the project.
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) const MAX_PREVIEW_CHARS: usize = 100;
pub(crate) const CLOSING_PARAGRAPH_TAG: &str = "</p>";
const H1: &str = "<h1>";
const H2: &str = "<h2>";
const H3: &str = "<h3>";
const H4: &str = "<h4>";
const H5: &str = "<h5>";
pub(crate) const HTML_HEADERS: &[&str] = &[H1, H2, H3, H4, H5];
pub(crate) const NEWLINE_CHAR: char = '\n';
pub(crate) const SWAY_FILEINE: &str = "sway";