aboutsummaryrefslogtreecommitdiffstats
path: root/docs/headerparser_usage.md
Commit message (Collapse)AuthorAgeFilesLines
* tools/check_links.py: detect absolute linksDmitry Vyukov2020-05-191-1/+3
| | | | | Detect absolute links to our repo. These are not checked and long and inconsistent with majority of links.
* docs: fix syz-headerparser documentationZubin Mithra2017-08-271-3/+3
| | | | | Remove the --device option from the documentation file docs/hedaerparser_usage.md
* tools: add headerparser as a tool to assist in writing system call descriptionsZubin Mithra2017-08-251-0/+65
The tool can be found inside tools/syz-headerparser. Details on how to use headerparser can be found inside docs/headerparser_usage.md.