diff options
| author | skullydazed <skullydazed@users.noreply.github.com> | 2018-03-21 23:50:38 -0700 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-22 02:50:38 -0400 |
| commit | 7c9d5ace143d3cc6d767a354acde814926d566fd (patch) | |
| tree | 1f2b581b6c9f6278a9e180bfcc8dd86b0a7fd2ef /doxygen-todo | |
| parent | f0932a8716dc946322c5ebae7f75eaa275c6220c (diff) | |
| download | qmk_firmware-7c9d5ace143d3cc6d767a354acde814926d566fd.tar.gz qmk_firmware-7c9d5ace143d3cc6d767a354acde814926d566fd.zip | |
Generate API docs from source code comments (#2491)
* 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
Diffstat (limited to 'doxygen-todo')
| -rw-r--r-- | doxygen-todo | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doxygen-todo b/doxygen-todo new file mode 100644 index 000000000..d5ae84058 --- /dev/null +++ b/doxygen-todo | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | tmk_core/protocol | ||
| 2 | tmk_core/protocol/bluefruit | ||
| 3 | tmk_core/protocol/chibios | ||
| 4 | tmk_core/protocol/iwrap | ||
| 5 | tmk_core/protocol/lufa | ||
| 6 | tmk_core/protocol/mbed | ||
| 7 | tmk_core/protocol/midi | ||
| 8 | tmk_core/protocol/midi/bytequeue | ||
| 9 | tmk_core/protocol/midi/Config | ||
| 10 | tmk_core/protocol/pjrc | ||
| 11 | tmk_core/protocol/usb_hid | ||
| 12 | tmk_core/protocol/vusb | ||
| 13 | tmk_core/tool | ||
| 14 | tmk_core/tool/chibios | ||
| 15 | quantum | ||
| 16 | quantum/api | ||
| 17 | quantum/audio | ||
| 18 | quantum/keymap_extras | ||
| 19 | quantum/process_keycode | ||
| 20 | quantum/serial_link | ||
| 21 | quantum/serial_link/protocol | ||
| 22 | quantum/serial_link/system | ||
| 23 | quantum/serial_link/tests | ||
| 24 | quantum/tools | ||
| 25 | quantum/visualizer | ||
| 26 | quantum/visualizer/resources | ||
| 27 | drivers | ||
| 28 | drivers/avr | ||
| 29 | drivers/ugfx | ||
| 30 | drivers/ugfx/gdisp | ||
| 31 | drivers/ugfx/gdisp/is31fl3731c | ||
| 32 | drivers/ugfx/gdisp/st7565 | ||
