Overview
Comment: | Fix a small documentation bug. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8d2f61bd74bff6a95bf4cfb305a400c2 |
User & Date: | js on 2013-02-14 02:11:03 |
Other Links: | manifest | tags |
Context
2013-02-15
| ||
14:15 | Fix a bunch of warnings. check-in: 445d301fd6 user: js tags: trunk | |
2013-02-14
| ||
02:11 | Fix a small documentation bug. check-in: 8d2f61bd74 user: js tags: trunk | |
02:10 | Add -Wdocumentation if supported by the compiler. check-in: 3b356b7981 user: js tags: trunk | |
Changes
Modified src/XMPPJID.h from [3705738b93] to [c1b15256ac].
︙ | ︙ | |||
58 59 60 61 62 63 64 | * \return A new autoreleased XMPPJID */ + JIDWithString: (OFString*)string; /** * \brief Initializes an already allocated XMPPJID with a string. * | | | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | * \return A new autoreleased XMPPJID */ + JIDWithString: (OFString*)string; /** * \brief Initializes an already allocated XMPPJID with a string. * * \param string The string to parse into a JID object * \return A initialized XMPPJID */ - initWithString: (OFString*)string; /** * \brief Returns the bare JID. * |
︙ | ︙ |