Clean up the code.
This commit is contained in:
parent
fa59d3ce32
commit
4690b47ae9
11 changed files with 186 additions and 184 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue