Add DO_NOT_DOCUMENT guard

This commit is contained in:
Stephen F. Booth 2024-12-09 12:35:48 -06:00
parent 1f80099f45
commit 0af11d9fa5
No known key found for this signature in database
GPG Key ID: 900AAC885063A183

View File

@ -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