Laurence Lundblade | 55ea951 | 2024-12-18 22:01:08 -0700 | [diff] [blame] | 1 | /*! @mainpage QCBOR Documentation |
| 2 | |
| 3 | @par Table of Contents |
| 4 | |
| 5 | API Reference |
| 6 | - Encoding functions: @ref inc/qcbor/qcbor_encode.h "qcbor_encode.h" |
| 7 | - Main/Basic decode functions: @ref inc/qcbor/qcbor_main_decode.h "qcbor_main_decode.h" |
| 8 | - Spiffy decode functions: @ref inc/qcbor/qcbor_spiffy_decode.h "qcbor_spiffy_decode.h" |
| 9 | - Tag decode functions: @ref inc/qcbor/qcbor_tag_decode.h "qcbor_tag_decode.h" |
| 10 | - Number decode functions: @ref inc/qcbor/qcbor_number_decode.h "qcbor_number_decode.h" |
| 11 | |
| 12 | Subject Matter |
| 13 | - @ref SpiffyDecode |
| 14 | |
| 15 | */ |