From b6c08cd0f229a4edd9758532c447bbcdda2062d6 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 23 Aug 2002 06:42:03 +0000 Subject: [PATCH] minor comments --- include/FLAC/format.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/FLAC/format.h b/include/FLAC/format.h index 154c06d6..c274b59b 100644 --- a/include/FLAC/format.h +++ b/include/FLAC/format.h @@ -56,8 +56,8 @@ extern "C" { * structures is easy but creating or modifying them directly is * more complex. For the most part, as a user of a library, editing * is not necessary; however, for metadata blocks it is, so there are - * convenience functions provided in the metadata module to simplify - * the manipulation of metadata blocks. + * convenience functions provided in the \link flac_metadata metadata + * module \endlink to simplify the manipulation of metadata blocks. * * \note * It's not the best convention, but symbols ending in _LEN are in bits