aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2019-01-24 18:43:19 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2019-01-24 18:43:19 +0100
commitf7cbdc09858b7d26765e819c89e4289d30877f74 (patch)
treed6f9b5046e86501ab5b0ecc3c1ec3688e22a0307 /README.md
parent8e4c28de760033dde2469bb69b76a80076d0fc39 (diff)
parentaf8ee6d30ac8ae45cf440c6bc2e03a873e3db584 (diff)
downloadlibnitrokey-f7cbdc09858b7d26765e819c89e4289d30877f74.tar.gz
libnitrokey-f7cbdc09858b7d26765e819c89e4289d30877f74.tar.bz2
Merge branch 'pr_148'
Generate documentation for C API using Doxygen Fixes #148
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index be820fc..a3683c0 100644
--- a/README.md
+++ b/README.md
@@ -163,7 +163,7 @@ In case no devices are connected, a friendly message will be printed.
All available functions for C and Python are listed in [NK_C_API.h](NK_C_API.h). Please check `Documentation` section below.
## Documentation
-The documentation of C API is included in the sources (could be generated with doxygen if requested).
+The documentation of C API is included in the sources (can be generated with `make doc` if Doxygen is installed).
Please check [NK_C_API.h](NK_C_API.h) (C API) for high level commands and [libnitrokey/NitrokeyManager.h](libnitrokey/NitrokeyManager.h) (C++ API). All devices' commands are listed along with packet format in [libnitrokey/stick10_commands.h](libnitrokey/stick10_commands.h) and [libnitrokey/stick20_commands.h](libnitrokey/stick20_commands.h) respectively for Nitrokey Pro and Nitrokey Storage products.
# Tests