More documentation

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22275 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-11 11:02:11 +00:00
parent d872c4ef2b
commit d651f2187d
7 changed files with 405 additions and 64 deletions

View File

@@ -31,23 +31,38 @@
* SUCH DAMAGE.
*/
/*! \mainpage Heimdal X.509 library
/** @mainpage Heimdal PKIX/X.509 library
*
* \section intro Introduction
* @section intro Introduction
*
* Heimdal libhx509 library is a implementation of the X.509 and
* Heimdal libhx509 library is a implementation of the PKIX/X.509 and
* related protocols.
*
* X.509 is ...
* PKIX/X.509 is ...
*
* The project web page:\n
*
* Sections in this manual are:
* - @ref page_name
* - @ref page_cert
* - @ref page_keyset
* - @ref page_revoke
* - @ref page_cms
*
* The project web page:
* http://www.h5l.org/
*
*/
/** @defgroup hx509 hx509 library */
/** @defgroup hx509_cert hx509 certificate functions */
/** @defgroup hx509_verify hx509 verification functions */
/** @defgroup hx509_name hx509 name functions */
/** @defgroup hx509_cert hx509 certificate functions
* See the @ref page_cert for description and examples. */
/** @defgroup hx509_cms hx509 name functions
* See the @ref page_cms for description and examples. */
/** @defgroup hx509_crypto hx509 crypto functions */
/** @defgroup hx509_misc hx509 misc functions */
/** @defgroup hx509_name hx509 name functions
* See the @ref page_name for description and examples. */
/** @defgroup hx509_revoke hx509 revokation checking functions
* See the @ref page_revoke for description and examples. */
/** @defgroup hx509_verify hx509 verification functions */