blob: 18c27f8f9c406d6bf384afd1569aa5591b46f454 [file] [log] [blame]
Laurence Lundblade55ea9512024-12-18 22:01:08 -07001/*! @mainpage QCBOR Documentation
2
3@par Table of Contents
4
5API 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
12Subject Matter
13- @ref SpiffyDecode
14
15*/