We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207bf46 commit ee2756eCopy full SHA for ee2756e
README.md
@@ -12,6 +12,15 @@ library](https://www.arduino.cc/reference/en/libraries/mkrwan/)
12
library should usually work on the other too (but note below for some
13
caveats).
14
15
+## Documentation
16
+Overview and reference documentation is embedded in the source code.
17
+Fully generated documentation will be published later, for now you can
18
+generate it yourself using the [Doxygen](https://doxygen.nl/) tool.
19
+
20
+To generate the documentation yourself, simply run the `doxygen` command
21
+(no options needed) in the root of this repository. This will produce
22
+HTML documentation in the `api-docs` subdirectory.
23
24
## License
25
This library is based on LoRaMac-node developed by semtech, with
26
extensive modifications and additions made by STMicroelectronics.
0 commit comments