encode angular brackets to fix gsdoc error

This commit is contained in:
Riccardo Mottola 2024-09-24 11:39:47 +02:00
parent 8b64cf4a53
commit 1c5f581a46

View file

@ -231,9 +231,9 @@ enum {
* Depending on the configuration of the queue, operations may be executed
* concurrently or serially.
*
* Worker threads are named "NSOperationQ_<number>" by default, but
* Worker threads are named "NSOperationQ_&lt;number&gt;" by default, but
* you can set a name for the queue using the -setName: method.
* The suffix "_<number>"" is automatically added to the thread name.
* The suffix "_&lt;number&gt;"" is automatically added to the thread name.
*/
GS_EXPORT_CLASS
@interface NSOperationQueue : NSObject