Hide instance variables from the documentation.
This commit is contained in:
parent
2efeee1a0d
commit
643552d5d9
10 changed files with 30 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
*/
|
||||
@interface XMPPSCRAMAuth: XMPPAuthenticator
|
||||
{
|
||||
/// \cond internal
|
||||
Class hashType;
|
||||
OFString *cNonce;
|
||||
OFString *GS2Header;
|
||||
|
@ -37,6 +38,7 @@
|
|||
XMPPConnection *connection;
|
||||
BOOL plusAvailable;
|
||||
BOOL authenticated;
|
||||
/// \endcond
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue