Differences From Artifact [c1b15256ac]:
- File src/XMPPJID.h — part of check-in [8d2f61bd74] at 2013-02-14 02:11:03 on branch trunk — Fix a small documentation bug. (user: js, size: 2558) [annotate] [blame] [check-ins using]
To Artifact [bd69f42276]:
- File src/XMPPJID.h — part of check-in [ae47288dc3] at 2013-02-15 14:32:44 on branch trunk — Improve documentation. (user: js, size: 2526) [annotate] [blame] [check-ins using]
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - - | #import <ObjFW/ObjFW.h> /** * \brief A class for easy handling of JIDs. */ @interface XMPPJID: OFObject <OFCopying> { |
︙ |