1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Documentation: Avoid attempting to document implementation details

This commit is contained in:
reuk 2022-01-12 13:34:32 +00:00
parent 640194c878
commit 61eafdb7ee
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -32,7 +32,7 @@ namespace juce
#endif
class ScopedNoDenormals;
#if ! DOXYGEN
namespace detail
{
@ -131,6 +131,7 @@ struct NameForwarder<Head, Tail...> : Head, NameForwarder<Tail...>
};
} // namespace detail
#endif
//==============================================================================
/**