mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
encode angular brackets to fix gsdoc error
This commit is contained in:
parent
cb40529b12
commit
a746ad3d14
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
|
* Depending on the configuration of the queue, operations may be executed
|
||||||
* concurrently or serially.
|
* 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.
|
* 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
|
GS_EXPORT_CLASS
|
||||||
@interface NSOperationQueue : NSObject
|
@interface NSOperationQueue : NSObject
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue