mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 09:49:21 +08:00
Add a tool to auto-generated documentation of NuttX configuration variables (still a work in progress)
This commit is contained in:
parent
fa47b1113f
commit
637ac296f8
2 changed files with 1230 additions and 0 deletions
|
@ -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
tools/kconfig2html.c
Normal file
1225
tools/kconfig2html.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue