From 2c75bd8b803cb28ffae428e0997bdcda12cc1656 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 30 Dec 2004 03:55:00 +0000 Subject: [PATCH] minor comments --- include/FLAC++/metadata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FLAC++/metadata.h b/include/FLAC++/metadata.h index 78eb868d..f4a217b8 100644 --- a/include/FLAC++/metadata.h +++ b/include/FLAC++/metadata.h @@ -814,7 +814,7 @@ namespace FLAC { //! See FLAC__metadata_get_streaminfo(). FLACPP_API bool get_streaminfo(const char *filename, StreamInfo &streaminfo); - // + //! See FLAC__metadata_get_tags(). FLACPP_API bool get_tags(const char *filename, VorbisComment *&tags);