Thanks, @tobyjaffey , though, that file is html. My understanding is that the Zig docs are in markdown. Is there a markdown source file from whence that langref.html.in came?
Thanks, @dimdin . Sorry if I was not clear: I meant, where is the doc source file (the markdown file) that gets processed into langref.html.in (doc source vs zig source code file). I realize that thare are zig source files that are separate from the doc, and which get pulled in during some processing phase to create the final html doc on the website.
I thought it would be strange if the language reference (langref.html.in) were handwritten html (rather than being generated from a markdown file), but perhaps that’s the case?
This takes in zig-repo/doc/langref.html.in (hand written) and produces zig-repo/zig-out/doc/langref.html. The html.in also references files in zig-repo/doc/langref/*. These files are built and tested during the build of the langref. The zig files show up as the code examples in the langref.