From 0da80757d85b6ba2856c06add57047ac9707b60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 11 Dec 2007 10:59:56 +0000 Subject: [PATCH] More documentation. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22271 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 972c359a6..a765c97be 100644 --- a/lib/hcrypto/doxygen.c +++ b/lib/hcrypto/doxygen.c @@ -35,15 +35,15 @@ * */ -/*! \mainpage Heimdal crypto library +/*! @mainpage Heimdal crypto library * - * \section intro Introduction + * @section intro Introduction * * Heimdal libhcrypto library is a implementation many crypto algorithms * * Sections of this manual: * - * \subpage DH + * @subpage page_dh * * The project web page: * http://www.h5l.org/ @@ -51,4 +51,7 @@ */ /** @defgroup hcrypto Core functions */ -/** @defgroup hcrypto_dh Diffie-Hellman functions */ + +/** @defgroup hcrypto_dh Diffie-Hellman functions + * See the @ref page_dh for description and examples. + */