More documentation
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22275 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user