|
hsk-libs-scripts
270
High Speed Karlsruhe XC878 build scripts
|
This is a doxygen filter for unsupported scripting languages. More...
Functions | |
| void | filter13 () |
| Initialise file documentation. More... | |
| void | filter22 () |
| Print file documentation. More... | |
| void | filter31 () |
| Mark the end of the documentation block. More... | |
This is a doxygen filter for unsupported scripting languages.
It's pupose is to at least produce file documentation for those languages, as such it simply provides the file documentation at the beginning of a script (the comment after the shebang).
| void filter13 | ( | ) |
Initialise file documentation.
!doc && /^#!/
| void filter22 | ( | ) |
Print file documentation.
doc && /^#/
| void filter31 | ( | ) |
Mark the end of the documentation block.
doc
1.8.12