nx_docpub_tree.nx
buildroot/runtime/nx_docpub_tree.nx
about
nx_docpub_tree.nx -- R1-scale-2: generate the documentation site for a WHOLE DIRECTORY of organs (not a
curated handful) by walking it struct-free via getdents64 -- the "Javadoc for the ecosystem" payoff. For each
<name>.nx it renders a REFERENCE page from source (shared nx_docgen_lib core: header + signatures + imports +
syntax-highlight + cross-links) and builds a section index. Demonstrated on runtime/wiki (the wiki engine
documenting itself); the dir is the one knob -> reusable for any subtree. JPL discipline: bounded loop, LOUD
on cap. Sovereign, zero third-party. license_tier: ORIGINAL expect_exit: 0
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_docgen_lib.nxnx_docpub_render.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 13 | func dgt_ends_nx(nm: *u8) -> i64 called by 1: main |
| 19 | func dgt_base(nm: *u8, out: *u8) -> i64 called by 1: main |
| 27 | func main(argc: i64, argv: *i64) -> i64 |