mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
encode angular brackets to fix gsdoc error
This commit is contained in:
parent
8b64cf4a53
commit
1c5f581a46
1 changed files with 2 additions and 2 deletions
|
@ -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_<number>" 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 "_<number>"" is automatically added to the thread name.
|
||||
*/
|
||||
GS_EXPORT_CLASS
|
||||
@interface NSOperationQueue : NSObject
|
||||
|
|
Loading…
Reference in a new issue