X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Fcontrac%2Fcontrac_private.h;h=570060c00d1dfa8e6281ae735d66ce27d9776efe;hb=e48c390a86b448137a87d0d0a5863c202ba66abd;hp=68d5aad6a8525771237ee99b60402ce63236ae12;hpb=8515bbba069347de07a452586d7e49a2e8bdf151;p=libcontrac.git diff --git a/include/contrac/contrac_private.h b/include/contrac/contrac_private.h index 68d5aad..570060c 100644 --- a/include/contrac/contrac_private.h +++ b/include/contrac/contrac_private.h @@ -1,17 +1,22 @@ -/** \ingroup contrac +/** \ingroup KeyGeneration * @file - * @author David Llewellyn-Jones + * @author David Llewellyn-Jones * @version $(VERSION) * * @section LICENSE * + * Copyright David Llewellyn-Jones, 2020 + * Released under the GPLv2. * - * - * @brief + * @brief Private header for the Core Contact Tracing functionality * @section DESCRIPTION * + * This provides access to private functionality in the \ref Contrac class. * - * + */ + +/** \addtogroup KeyGeneration + * @{ */ #ifndef __CONTRAC_PRIVATE_H @@ -29,10 +34,9 @@ // Function prototypes -void contrac_set_tracing_key(Contrac * data, unsigned char const * tracing_key); -bool contrac_set_tracing_key_base64(Contrac * data, char const * tracing_key); - // Function definitions #endif // __CONTRAC_PRIVATE_H +/** @} addtogroup KeyGeneration */ +