From 810c9d7aeba02c3d299fb2b019e9ff703fd12f37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 28 Dec 2007 11:59:22 +0000 Subject: [PATCH] document return values. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22358 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/doxygen.c | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/lib/hcrypto/doxygen.c b/lib/hcrypto/doxygen.c index 629beeaa5..5ed3b2a82 100644 --- a/lib/hcrypto/doxygen.c +++ b/lib/hcrypto/doxygen.c @@ -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. + * + * * */