|
hsk-libs-scripts
270
High Speed Karlsruhe XC878 build scripts
|
Filter certain syntactical sugar from C code. More...
Functions | |
| void | filter10 () |
| Remove indented preprocessor instructions, they are usually just in place hacks that don't need to show up in the docs. More... | |
| void | filter15 () |
| Detect the beginning of a documentation block. More... | |
| void | filter20 () |
| Detect the end of a documentation block. More... | |
| void | filter26 () |
| Align documentation so verbatim and code sections are formatted correctly. More... | |
| void | filter31 () |
| Print the updated line. More... | |
Filter certain syntactical sugar from C code.
| void filter10 | ( | ) |
Remove indented preprocessor instructions, they are usually just in place hacks that don't need to show up in the docs.
/^[ \t]+#/
| void filter15 | ( | ) |
Detect the beginning of a documentation block.
/\/\*\*/
| void filter20 | ( | ) |
Detect the end of a documentation block.
/\*\//
| void filter26 | ( | ) |
Align documentation so verbatim and code sections are formatted correctly.
comment
| void filter31 | ( | ) |
Print the updated line.
1
1.8.12