aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2019-01-16 19:46:59 +0100
committerRobin Krahl <me@robin-krahl.de>2019-01-16 19:46:59 +0100
commitaf8ee6d30ac8ae45cf440c6bc2e03a873e3db584 (patch)
tree092e9ba31a83076acef3973cd4916b30f2e50412
parent2491bcac250ea7036a4f39b06f4c8dcefea1650b (diff)
downloadlibnitrokey-af8ee6d30ac8ae45cf440c6bc2e03a873e3db584.tar.gz
libnitrokey-af8ee6d30ac8ae45cf440c6bc2e03a873e3db584.tar.bz2
Update readme for `make doc`feature/doxygen
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0b6b8d9..8390fb6 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 [include/NitrokeyManager.h](include/NitrokeyManager.h) (C++ API). All devices' commands are listed along with packet format in [include/stick10_commands.h](include/stick10_commands.h) and [include/stick20_commands.h](include/stick20_commands.h) respectively for Nitrokey Pro and Nitrokey Storage products.
# Tests