mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Add DO_NOT_DOCUMENT guard
This commit is contained in:
parent
1f80099f45
commit
0af11d9fa5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user