mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
Tidied up some doxygen comments.
This commit is contained in:
parent
7becff2aa4
commit
968d63bca6
16 changed files with 139 additions and 73 deletions
|
|
@ -323,9 +323,10 @@ private:
|
|||
OutputStream& JUCE_CALLTYPE operator<< (OutputStream& stream, const BigInteger& value);
|
||||
|
||||
//==============================================================================
|
||||
/** For backwards compatibility, BitArray is defined to be an alias for BigInteger.
|
||||
*/
|
||||
typedef BigInteger BitArray;
|
||||
#ifndef DOXYGEN
|
||||
// For backwards compatibility, BitArray is defined as an alias for BigInteger.
|
||||
typedef BigInteger BitArray;
|
||||
#endif
|
||||
|
||||
|
||||
#endif // __JUCE_BIGINTEGER_JUCEHEADER__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue