1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00

Fixed some Doxygen parsing issues

This commit is contained in:
ed 2020-07-03 17:18:35 +01:00
parent 31022e4521
commit 744e16eebd
4 changed files with 6 additions and 4 deletions

View file

@ -25,7 +25,9 @@
#pragma once
#include "../utility/juce_CreatePluginFilter.h"
#ifndef DOXYGEN
#include "../utility/juce_CreatePluginFilter.h"
#endif
namespace juce
{

View file

@ -20,7 +20,7 @@
==============================================================================
*/
#if JUCE_MAC || JUCE_IOS
#if ! DOXYGEN && (JUCE_MAC || JUCE_IOS)
#if __LP64__
using OSType = unsigned int;
#else

View file

@ -20,7 +20,7 @@
==============================================================================
*/
#if JUCE_MAC || JUCE_IOS
#if ! DOXYGEN && (JUCE_MAC || JUCE_IOS)
#include <libkern/OSByteOrder.h>
#endif

View file

@ -20,7 +20,7 @@
==============================================================================
*/
#if JUCE_MAC || JUCE_IOS
#if ! DOXYGEN && (JUCE_MAC || JUCE_IOS)
// Annoyingly we can only forward-declare a typedef by forward-declaring the
// aliased type
#if __has_attribute(objc_bridge)