mainpage.dox 980 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="https://www.wolfssl.com/doxygen/modules.html">Complete API Reference</a><br>
  8. <a href="https://www.wolfssl.com/doxygen/wolfssl_API.html">wolfSSL API Reference</a><br>
  9. <a href="https://www.wolfssl.com/doxygen/wolfcrypt_API.html">wolfCrypt API Reference</a><br>
  10. <!-- <a href="https://www.wolfssl.com/doxygen/annotated.html">wolfSSL Data Structures</a><br> -->
  11. <a href="https://www.wolfssl.com/doxygen/pages.html">Useful guides/documentation</a><br>
  12. <br>
  13. \subsection website Useful Links
  14. https://www.wolfssl.com/ - Main website<br>
  15. https://www.wolfssl.com/docs/wolfssl-manual/ - %wolfSSL Manual<br>
  16. https://www.wolfssl.com/docs/wolfssl-manual/ch10/ - wolfCrypt Usage Reference<br>
  17. https://github.com/wolfssl/wolfssl.git - Git repository
  18. */