Add remaining documentation
[libcontrac.git] / include / contrac / contrac_private.h
index 7a72d76..570060c 100644 (file)
@@ -1,19 +1,24 @@
-/** \ingroup contrac
+/** \ingroup KeyGeneration
  * @file
- * @author     David Llewellyn-Jones
+ * @author     David Llewellyn-Jones <david@flypig.co.uk>
  * @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 */
+