Differences From Artifact [0c0144bead]:
- File src/XMPPJID.h — part of check-in [764c514b82] at 2017-07-23 11:57:22 on branch trunk — Change documentation style to ObjFW's style (user: js, size: 2459) [annotate] [blame] [check-ins using]
To Artifact [553453d89a]:
- File src/XMPPJID.h — part of check-in [180bf3d08b] at 2018-11-05 21:22:12 on branch trunk — Modernize coding style (user: js, size: 2473) [annotate] [blame] [check-ins using]
︙ | |||
65 66 67 68 69 70 71 | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | - + | /*! * @brief Initializes an already allocated XMPPJID with a string. * * @param string The string to parse into a JID object * @return A initialized XMPPJID */ |
︙ |