Differences From Artifact [3a47c0db95]:
- File src/XMPPExceptions.h — part of check-in [e701117140] at 2012-02-03 15:12:04 on branch trunk — Documentation improvements. (user: js, size: 8169) [annotate] [blame] [check-ins using]
To Artifact [acdec39767]:
- File src/XMPPExceptions.h — part of check-in [c4b99eb549] at 2012-02-03 15:35:39 on branch trunk — Fix typo \end -> \endcond (user: florob@babelmonkeys.de, size: 8173) [annotate] [blame] [check-ins using]
︙ | |||
28 29 30 31 32 33 34 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | - + | /** * \brief A base class for XMPP related exceptions */ @interface XMPPException: OFException { /// \cond internal XMPPConnection *connection; |
︙ |