1
0

mainpage.dox 914 B

123456789101112131415161718192021
  1. /*
  2. This file is for customizing the doxygen mainpage style.
  3. */
  4. /*!
  5. \mainpage This Documentation Covers %wolfSSL, %wolfCrypt, and %CertManager API
  6. \section apiRef API Reference
  7. <!-- <a href="">Encryption API reference</a><br> -->
  8. <!-- <a href="">SSL/TLS API reference</a><br> -->
  9. <a href="http://wolfssl.com/doxygen/modules.html">Complete API Reference</a><br>
  10. <a href="http://wolfssl.com/doxygen/annotated.html">wolfSSL Data Structures</a><br>
  11. <a href="http://wolfssl.com/doxygen/pages.html">Useful guides/documentation</a><br>
  12. <br>
  13. \subsection website Useful Links
  14. https://wolfssl.com/wolfSSL/Home.html - Main website<br>
  15. https://wolfssl.com/wolfSSL/Docs-wolfssl-manual-17-wolfssl-api-reference.html - %wolfSSL Manual<br>
  16. https://www.wolfssl.com/docs/wolfssl-manual/ch18/ - wolfCrypt Manual<br>
  17. https://github.com/wolfssl/wolfssl.git - Git repository
  18. */