mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
This change builds on top of the earlier work to bootstrap Infix YANG modules at build time. Adding a step at the end of post-build.sh to call the yangdoc tool. The resulting yangdoc.html is a stand-alone HTML file of (almost) all YANG nodes. Almost because some top-level nodes are unused by Infix atm. and have been filtered out for readability. Fixes #432 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>