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:
parent
31022e4521
commit
744e16eebd
4 changed files with 6 additions and 4 deletions
|
|
@ -25,7 +25,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "../utility/juce_CreatePluginFilter.h"
|
||||
#ifndef DOXYGEN
|
||||
#include "../utility/juce_CreatePluginFilter.h"
|
||||
#endif
|
||||
|
||||
namespace juce
|
||||
{
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#if JUCE_MAC || JUCE_IOS
|
||||
#if ! DOXYGEN && (JUCE_MAC || JUCE_IOS)
|
||||
#if __LP64__
|
||||
using OSType = unsigned int;
|
||||
#else
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#if JUCE_MAC || JUCE_IOS
|
||||
#if ! DOXYGEN && (JUCE_MAC || JUCE_IOS)
|
||||
#include <libkern/OSByteOrder.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue