Improve documentation.

This commit is contained in:
Jonathan Schleifer 2013-02-15 15:32:44 +01:00
parent 7aa05c48bc
commit f186c4f302
16 changed files with 47 additions and 72 deletions

View file

@ -27,11 +27,9 @@
*/
@interface XMPPAuthenticator: OFObject
{
/// \cond internal
OFString *_authzid;
OFString *_authcid;
OFString *_password;
/// \endcond
}
#ifdef OF_HAVE_PROPERTIES