From 4347018333d8dbddc87cb85082b938ff4394da81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 28 Dec 2007 15:20:12 +0000 Subject: [PATCH] more documentation bits. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22366 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/doxygen.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/lib/hcrypto/doxygen.c b/lib/hcrypto/doxygen.c index 5ed3b2a82..156734f93 100644 --- a/lib/hcrypto/doxygen.c +++ b/lib/hcrypto/doxygen.c @@ -49,14 +49,16 @@ * * Heimdal libhcrypto library is a implementation many crypto algorithms * - * @subsection Return values + * @subsection control_functions Control function + * + * Functions controlling general behavior, like adding algorithms, are + * documented in this module: @ref hcrypto_core . + * + * @subsection return_values 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. - * - * - * */ /** @defgroup hcrypto Core functions */ @@ -67,3 +69,4 @@ /** @defgroup hcrypto_evp EVP generic crypto functions * See the @ref page_evp for description and examples. */ +/** @defgroup hcrypto_core hcrypto function controlling behavior */