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:
parent
640194c878
commit
61eafdb7ee
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
//==============================================================================
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue