From 0af11d9fa520e60ba5360c95ff4d79cd3610c7d6 Mon Sep 17 00:00:00 2001 From: "Stephen F. Booth" Date: Mon, 9 Dec 2024 12:35:48 -0600 Subject: [PATCH] Add DO_NOT_DOCUMENT guard --- taglib/shn/shnutils.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/taglib/shn/shnutils.h b/taglib/shn/shnutils.h index 25fffd82..d5c57d5e 100644 --- a/taglib/shn/shnutils.h +++ b/taglib/shn/shnutils.h @@ -26,6 +26,10 @@ #ifndef TAGLIB_SHNUTILS_H #define TAGLIB_SHNUTILS_H +// THIS FILE IS NOT A PART OF THE TAGLIB API + +#ifndef DO_NOT_DOCUMENT // tell Doxygen not to document this header + namespace TagLib { namespace SHN { @@ -43,3 +47,5 @@ namespace TagLib { } // namespace TagLib #endif + +#endif