Clean up the code.

This commit is contained in:
Jonathan Schleifer 2011-02-16 21:05:14 +01:00
parent fa59d3ce32
commit 4690b47ae9
11 changed files with 186 additions and 184 deletions

View file

@ -1,11 +1,11 @@
#import "XMPPStanza.h"
/**
* \brief A class describing a IQ stanza
* \brief A class describing an IQ stanza.
*/
@interface XMPPIQ: XMPPStanza
/**
* Creates a new XMPPIQ with a certain type and id
* Creates a new XMPPIQ with the specified type and id.
*
* \param type The value for the stanza's type attribute
* \param ID The value for the stanza's id attribute
@ -15,7 +15,7 @@
ID: (OFString*)ID;
/**
* Initializes an already allocated XMPPIQ with a certain type and id
* Initializes an already allocated XMPPIQ with the specified type and id
*
* \param type The value for the stanza's type attribute
* \param ID The value for the stanza's id attribute