Add a tool to auto-generated documentation of NuttX configuration variables (still a work in progress)

This commit is contained in:
Gregory Nutt
2013-04-20 11:42:59 -06:00
parent fa47b1113f
commit 637ac296f8
2 changed files with 1230 additions and 0 deletions
+5
View File
@@ -4576,3 +4576,8 @@
handles the architecture independent part of _exit(). _exit()
is used internally, but if it is called from the user, it should
unregister any atexit() or on_exit() functions (2013-4-18).
* tools/kconfig2html.c: This is the beginning of a tool to
replace the hand-generated documentation of the NuttX configruation
variables with auto-generated documentation. The initial checkin
is an incomplete, poorly structured prototype that I hope to
evolve into a useful tool (2014-4-20).
+1225
View File
File diff suppressed because it is too large Load Diff