Browse Source

Fixed some classes that were getting overlooked by doxygen.

tags/2021-05-28
jules 12 years ago
parent
commit
c76b7b63e1
5 changed files with 5 additions and 5 deletions
  1. +1
    -1
      modules/juce_audio_formats/codecs/juce_CoreAudioFormat.h
  2. +1
    -1
      modules/juce_audio_formats/codecs/juce_MP3AudioFormat.h
  3. +1
    -1
      modules/juce_audio_formats/codecs/juce_WindowsMediaAudioFormat.h
  4. +1
    -1
      modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.h
  5. +1
    -1
      modules/juce_audio_processors/format_types/juce_VSTPluginFormat.h

+ 1
- 1
modules/juce_audio_formats/codecs/juce_CoreAudioFormat.h View File

@@ -23,7 +23,7 @@
==============================================================================
*/
#if JUCE_MAC || JUCE_IOS
#if JUCE_MAC || JUCE_IOS || DOXYGEN
//==============================================================================
/**


+ 1
- 1
modules/juce_audio_formats/codecs/juce_MP3AudioFormat.h View File

@@ -23,7 +23,7 @@
==============================================================================
*/
#if JUCE_USE_MP3AUDIOFORMAT
#if JUCE_USE_MP3AUDIOFORMAT || DOXYGEN
//==============================================================================
/**


+ 1
- 1
modules/juce_audio_formats/codecs/juce_WindowsMediaAudioFormat.h View File

@@ -23,7 +23,7 @@
==============================================================================
*/
#if JUCE_WINDOWS
#if JUCE_WINDOWS || DOXYGEN
//==============================================================================
/**


+ 1
- 1
modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.h View File

@@ -28,7 +28,7 @@
#include "../format/juce_AudioPluginFormat.h"
#if JUCE_PLUGINHOST_AU && JUCE_MAC
#if (JUCE_PLUGINHOST_AU && JUCE_MAC) || DOXYGEN
//==============================================================================
/**


+ 1
- 1
modules/juce_audio_processors/format_types/juce_VSTPluginFormat.h View File

@@ -28,7 +28,7 @@
#include "../format/juce_AudioPluginFormat.h"
#if JUCE_PLUGINHOST_VST
#if JUCE_PLUGINHOST_VST || DOXYGEN
//==============================================================================
/**


Loading…
Cancel
Save