summaryrefslogtreecommitdiff
path: root/tmk_core/common/report.c
AgeCommit message (Collapse)Author
2018-03-22Generate API docs from source code comments (#2491)skullydazed
* 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_reportfauxpark
2017-06-18Move functions for adding keys from to reports to report.hFred Sundvik
2017-06-18Move functionality from action_util to reportFred Sundvik
The functions also takes report_kebyoard_t parameters, so that they can be used elsewhere.