From 0adedc536fe372b4def5954f3b24ca63ff86aecf Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 14 Oct 2007 17:29:32 -0500 Subject: Updates to fix Doxygen documentation generation We had way too much going on with the Doxygen manpage generation. Clean it up quite a bit by removing directory manpages, using relative paths, not having a manpage for every single alpm function, and ensuring internal functions are not documented publicly. Signed-off-by: Dan McGee --- lib/libalpm/md5.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libalpm/md5.h') diff --git a/lib/libalpm/md5.h b/lib/libalpm/md5.h index 4adc8a88..08dad1ec 100644 --- a/lib/libalpm/md5.h +++ b/lib/libalpm/md5.h @@ -18,9 +18,6 @@ * MA 02110-1301 USA */ -/** - * \file md5.h - */ #ifndef _MD5_H #define _MD5_H @@ -29,6 +26,7 @@ extern "C" { #endif /** + * \internal * \brief MD5 context structure */ typedef struct @@ -40,6 +38,7 @@ typedef struct md5_context; /** + * \internal * \brief Output = MD5( input buffer ) * * \param input buffer holding the data @@ -50,6 +49,7 @@ void md5( unsigned char *input, int ilen, unsigned char *output ); /** + * \internal * \brief Output = MD5( file contents ) * * \param path input file name -- cgit v1.2.3-24-g4f1b