mirror of
https://github.com/taglib/taglib.git
synced 2025-07-27 01:14:31 -04:00
Add DO_NOT_DOCUMENT guard
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user