Skip to content

Commit

Permalink
Put link to doc website in all headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence Lundblade committed Feb 9, 2025
1 parent 2530482 commit 1e13a4f
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 7 deletions.
7 changes: 6 additions & 1 deletion inc/qcbor/qcbor_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* qcbor_common -- Common definitions for encding and decoding.
*
* Copyright (c) 2016-2018, The Linux Foundation.
* Copyright (c) 2018-2024, Laurence Lundblade.
* Copyright (c) 2018-2025, Laurence Lundblade.
* Copyright (c) 2021, Arm Limited.
* All rights reserved.
*
Expand Down Expand Up @@ -33,6 +33,10 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* ========================================================================= */

/* See https://www.securitytheory.com/qcbor-docs/ for the full
* searchable documnetation built from these headers.
*/

#ifndef qcbor_common_h
#define qcbor_common_h

Expand All @@ -43,6 +47,7 @@ extern "C" {
#endif
#endif


/**
* @file qcbor_common.h
*
Expand Down
6 changes: 6 additions & 0 deletions inc/qcbor/qcbor_main_decode.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* ========================================================================= */


/* See https://www.securitytheory.com/qcbor-docs/ for the full
* searchable documnetation built from these headers.
*/


#ifndef qcbor_main_decode_h
#define qcbor_main_decode_h

Expand Down
8 changes: 7 additions & 1 deletion inc/qcbor/qcbor_main_encode.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ===========================================================================
* Copyright (c) 2016-2018, The Linux Foundation.
* Copyright (c) 2018-2024, Laurence Lundblade.
* Copyright (c) 2018-2025, Laurence Lundblade.
* Copyright (c) 2021, Arm Limited.
* All rights reserved.
*
Expand Down Expand Up @@ -31,6 +31,12 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* ========================================================================= */


/* See https://www.securitytheory.com/qcbor-docs/ for the full
* searchable documnetation built from these headers.
*/


#ifndef qcbor_main_encode_h
#define qcbor_main_encode_h

Expand Down
9 changes: 8 additions & 1 deletion inc/qcbor/qcbor_number_decode.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==========================================================================
* qcbor_number_decode.h -- CBOR number decoding.
*
* Copyright (c) 2020-2024, Laurence Lundblade. All rights reserved.
* Copyright (c) 2020-2025, Laurence Lundblade. All rights reserved.
* Copyright (c) 2021, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
Expand All @@ -10,6 +10,13 @@
*
* Forked from qcbor_decode.h on 11/23/2024
* ========================================================================== */


/* See https://www.securitytheory.com/qcbor-docs/ for the full
* searchable documnetation built from these headers.
*/


#ifndef qcbor_number_decode_h
#define qcbor_number_decode_h

Expand Down
8 changes: 7 additions & 1 deletion inc/qcbor/qcbor_number_encode.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ===========================================================================
* Copyright (c) 2016-2018, The Linux Foundation.
* Copyright (c) 2018-2024, Laurence Lundblade.
* Copyright (c) 2018-2025, Laurence Lundblade.
* Copyright (c) 2021, Arm Limited.
* All rights reserved.
*
Expand Down Expand Up @@ -31,6 +31,12 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* ========================================================================= */


/* See https://www.securitytheory.com/qcbor-docs/ for the full
* searchable documnetation built from these headers.
*/


#ifndef qcbor_number_encode_h
#define qcbor_number_encode_h

Expand Down
8 changes: 7 additions & 1 deletion inc/qcbor/qcbor_spiffy_decode.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==========================================================================
* qcbor_spiffy_decode.h -- higher-level easier-to-use CBOR decoding.
*
* Copyright (c) 2020-2024, Laurence Lundblade. All rights reserved.
* Copyright (c) 2020-2025, Laurence Lundblade. All rights reserved.
* Copyright (c) 2021, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
Expand All @@ -11,6 +11,12 @@
* Forked from qcbor_decode.h on 7/23/2020
* ========================================================================== */


/* See https://www.securitytheory.com/qcbor-docs/ for the full
* searchable documnetation built from these headers.
*/


#ifndef qcbor_spiffy_decode_h
#define qcbor_spiffy_decode_h

Expand Down
8 changes: 7 additions & 1 deletion inc/qcbor/qcbor_tag_decode.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==========================================================================
* qcbor_tag_decode.h -- Tag decoding
*
* Copyright (c) 2024, Laurence Lundblade. All rights reserved.
* Copyright (c) 2025, Laurence Lundblade. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
Expand All @@ -10,6 +10,12 @@
* Forked from qcbor_decode.c on 9/5/24
* ========================================================================== */


/* See https://www.securitytheory.com/qcbor-docs/ for the full
* searchable documnetation built from these headers.
*/


#ifndef qcbor_tag_decode_h
#define qcbor_tag_decode_h

Expand Down
8 changes: 7 additions & 1 deletion inc/qcbor/qcbor_tag_encode.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Forked from qcbor_encode.h 12/17/2024
*
* Copyright (c) 2016-2018, The Linux Foundation.
* Copyright (c) 2018-2024, Laurence Lundblade.
* Copyright (c) 2018-2025, Laurence Lundblade.
* Copyright (c) 2021, Arm Limited.
* All rights reserved.
*
Expand Down Expand Up @@ -34,6 +34,12 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* ========================================================================= */


/* See https://www.securitytheory.com/qcbor-docs/ for the full
* searchable documnetation built from these headers.
*/


#ifndef qcbor_tag_encode_h
#define qcbor_tag_encode_h

Expand Down

0 comments on commit 1e13a4f

Please sign in to comment.