Browse Source

Documentation: Avoid attempting to document implementation details

v6.1.6
reuk 3 years ago
parent
commit
61eafdb7ee
No known key found for this signature in database GPG Key ID: 9ADCD339CFC98A11
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      modules/juce_audio_basics/buffers/juce_FloatVectorOperations.h

+ 2
- 1
modules/juce_audio_basics/buffers/juce_FloatVectorOperations.h 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
//==============================================================================
/**


Loading…
Cancel
Save