1
0
Fork 0
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:
Julian Storer 2010-12-21 14:34:02 +00:00
parent 7becff2aa4
commit 968d63bca6
16 changed files with 139 additions and 73 deletions

View file

@ -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__