aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2019-01-16 19:23:30 +0100
committerRobin Krahl <me@robin-krahl.de>2019-01-16 19:23:30 +0100
commit5d79387008dc81f9504103259a21f23962a5a966 (patch)
treee4ea44871f5263101a27b839a9591a83a5f5673a
parent2a4f2df2244018f525d23805f9fbdfa3f21b4570 (diff)
downloadlibnitrokey-5d79387008dc81f9504103259a21f23962a5a966.tar.gz
libnitrokey-5d79387008dc81f9504103259a21f23962a5a966.tar.bz2
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.
-rw-r--r--NK_C_API.h6
1 files changed, 6 insertions, 0 deletions
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