aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/report.c
Commit message (Collapse)AuthorAgeFilesLines
* Generate API docs from source code comments (#2491)skullydazed2018-03-221-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
* Unsign key argument in add_key_to_reportfauxpark2017-12-191-2/+2
|
* Move functions for adding keys from to reports to report.hFred Sundvik2017-06-181-0/+30
|
* Move functionality from action_util to reportFred Sundvik2017-06-181-0/+177
The functions also takes report_kebyoard_t parameters, so that they can be used elsewhere.