Differences From Artifact [566c15f0b8]:
- File src/OFXMLComment.h — part of check-in [1038191a03] at 2022-09-12 08:52:20 on branch trunk — Restrict subclassing on more classes (user: js, size: 1372) [annotate] [blame] [check-ins using] [more...]
To Artifact [6613178669]:
- File src/OFXMLComment.h — part of check-in [26ddd2e4e4] at 2024-01-02 17:17:25 on branch trunk — Update copyright (user: js, size: 1307) [annotate] [blame] [check-ins using] [more...]
1 | 1 2 3 4 5 6 7 8 9 | - + | /* |
| ︙ | |||
45 46 47 48 49 50 51 | 45 46 47 48 49 50 51 52 53 54 | - - | * @brief Initializes an already allocated OFXMLComment with the specified * text. * * @param text The text for the comment * @return An initialized OFXMLComment */ - (instancetype)initWithText: (OFString *)text; |