From 346e0d8b8c49ba9c73e2f7865f34102176827c9f Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 14 Sep 2004 03:35:58 +0000 Subject: [PATCH] add comment braces for doxygen --- include/FLAC/callback.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/FLAC/callback.h b/include/FLAC/callback.h index 239f7e52..97582a0f 100644 --- a/include/FLAC/callback.h +++ b/include/FLAC/callback.h @@ -74,6 +74,8 @@ * large files. You will have to find an equivalent function (e.g. ftello), * or write a wrapper. The same is true for feof() since this is usually * implemented as a macro, not as a function whose address can be taken. + * + * \{ */ #ifdef __cplusplus @@ -170,6 +172,8 @@ typedef struct { FLAC__IOCallback_Close close; } FLAC__IOCallbacks; +/* \} */ + #ifdef __cplusplus } #endif