Reference: documentation comments
Reference: documentation comments
Section titled “Reference: documentation comments”Vox does not currently define a Rust-style /// / ///! doc-comment syntax in the lexer. Author-facing documentation lives primarily in:
- This reference section (
docs/src/reference/). - Architecture and SSOT pages (
docs/src/architecture/). - Executable golden examples under
examples/golden/with@testblocks (test-first policy).
Markdown and fenced code
Section titled “Markdown and fenced code”Per root AGENTS.md:
- Fenced blocks tagged
voxin docs may use{{#include}}fromexamples/golden/or mark illustrative snippets with// vox:skip. - Other fenced languages are not run through the Vox parser by default.
Building the docs book
Section titled “Building the docs book”- CLI entry: see
reference/cli.md(build-docs/ mdBook wiring).