From 5d79387008dc81f9504103259a21f23962a5a966 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Wed, 16 Jan 2019 19:23:30 +0100 Subject: Add a \file doc comment to libnitrokey Doxygen does not include top-level functions unless the file is documented. Therefore we have to add a \file doc comment so that the functions show up in the Doxygen output. --- NK_C_API.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NK_C_API.h b/NK_C_API.h index b1bdf1e..289eaee 100644 --- a/NK_C_API.h +++ b/NK_C_API.h @@ -33,6 +33,12 @@ #define NK_C_API #endif +/** + * \file + * + * C API for libnitrokey + */ + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.1