NHI1 10.0
NHI1 -
theKernel -
theLink -
theConfig -
theSq3Lite -
theCompiler -
theBrain -
theGuard
Nhi1Label - Nhi1BuildExtension - Nhi1Config - Nhi1Exec - Nhi1Switch - Nhi1Tags - Nhi1Docs |
A tool to generate the .tags
file to navigaet in source-code and documentation …
The basic problem in a project with a lot of files and a lot of directories is to find a way to navigate quickly and easily.
Two tools are used for this:
.tags
file to navigaet in source-code and documentation … vim
editor by creating a shortcut from file-name and directory-name … .tags
is by far the most important tool for me because navigation within the software has a huge impact on productivity.
ctags
tool already has a variety of plugins built in, but - and this is important - these can be expanded using --regex-???
.Parts of the Programming-Language-Micro-Kernel (PLMK) standard were then implemented there so that you can search not only in the source-coder but also in the documentation.
doxygen
tool to the point where hundreds of macros (called alias) are used so that the documentation template can be specifically adapted to the respective programming language.