X-Git-Url: https://www.flypig.org.uk/git/?p=libcontrac.git;a=blobdiff_plain;f=include%2Fcontrac%2Fcontrac_private.h;h=570060c00d1dfa8e6281ae735d66ce27d9776efe;hp=7a72d76d242dba1f2d5214b93680379ce3109613;hb=e48c390a86b448137a87d0d0a5863c202ba66abd;hpb=f8c83387f5abffa94e59332382441a71f5b95545 diff --git a/include/contrac/contrac_private.h b/include/contrac/contrac_private.h index 7a72d76..570060c 100644 --- a/include/contrac/contrac_private.h +++ b/include/contrac/contrac_private.h @@ -1,19 +1,24 @@ -/** \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 #define __CONTRAC_PRIVATE_H @@ -33,3 +38,5 @@ #endif // __CONTRAC_PRIVATE_H +/** @} addtogroup KeyGeneration */ +