More documentation.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22271 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-11 10:59:56 +00:00
parent c8ded2f31d
commit 0da80757d8

View File

@@ -35,15 +35,15 @@
* *
*/ */
/*! \mainpage Heimdal crypto library /*! @mainpage Heimdal crypto library
* *
* \section intro Introduction * @section intro Introduction
* *
* Heimdal libhcrypto library is a implementation many crypto algorithms * Heimdal libhcrypto library is a implementation many crypto algorithms
* *
* Sections of this manual: * Sections of this manual:
* *
* \subpage DH * @subpage page_dh
* *
* The project web page: * The project web page:
* http://www.h5l.org/ * http://www.h5l.org/
@@ -51,4 +51,7 @@
*/ */
/** @defgroup hcrypto Core functions */ /** @defgroup hcrypto Core functions */
/** @defgroup hcrypto_dh Diffie-Hellman functions */
/** @defgroup hcrypto_dh Diffie-Hellman functions
* See the @ref page_dh for description and examples.
*/