summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/report.c
AgeCommit message (Collapse)AuthorFilesLines
2018-03-22Generate API docs from source code comments (#2491)skullydazed1-0/+36
* Generate api docs from source code * Add a bunch of doxygen comments * more doxygen comments * Add the in-progress api docs * script to generate docs from travis * Add doc generation to the travis job * make travis_docs.sh commit the work it does * make sure the docs script exits cleanly
2017-12-19Unsign key argument in add_key_to_reportfauxpark1-2/+2
2017-06-18Move functions for adding keys from to reports to report.hFred Sundvik1-0/+30
2017-06-18Move functionality from action_util to reportFred Sundvik1-0/+177
The functions also takes report_kebyoard_t parameters, so that they can be used elsewhere.