document return values.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22358 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-28 11:59:22 +00:00
parent 3cc471f059
commit 810c9d7aeb

View File

@@ -37,17 +37,25 @@
/*! @mainpage Heimdal crypto library
*
* @section intro Introduction
* The project web page:
* http://www.h5l.org/
*
* Heimdal libhcrypto library is a implementation many crypto algorithms
*
* Sections of this manual:
*
* @subpage page_dh
* @subpage page_evp
*
* The project web page:
* http://www.h5l.org/
* @section intro Introduction
*
* Heimdal libhcrypto library is a implementation many crypto algorithms
*
* @subsection Return values
*
* Return values are diffrent in this module to be compatible with
* OpenSSL interface. The diffrence is that on success 1 is returned
* instead of the customary 0.
*
*
*
*/