@@ -26,13 +26,15 @@ /** * \brief A class for easy handling of JIDs. */ @interface XMPPJID: OFObject { +/// \cond internal OFString *node; OFString *domain; OFString *resource; +/// \endcond } #ifdef OF_HAVE_PROPERTIES /// The JID's localpart @property (copy) OFString *node;