doc fixes

This commit is contained in:
Riccardo Mottola 2023-12-12 21:37:09 +01:00
parent abb5c10031
commit e5c346351c
2 changed files with 5 additions and 4 deletions

View file

@ -116,7 +116,7 @@ APPKIT_EXPORT_CLASS
#else
/** <ignore> */
@interface NSObject (NSTabViewDelegate)
/** </ignore */
/** </ignore> */
#endif
- (BOOL)tabView:(NSTabView *)tabView shouldSelectTabViewItem:(NSTabViewItem *)tabViewItem;
- (void)tabView:(NSTabView *)tabView willSelectTabViewItem:(NSTabViewItem *)tabViewItem;

View file

@ -458,7 +458,7 @@ static BOOL browserUseBezels;
}
}
/** <p>Returns the index path of the selected item, or nil if there is
/** Returns the index path of the selected item, or nil if there is
no selection.
*/
- (NSIndexPath *) selectionIndexPath
@ -1131,8 +1131,9 @@ static BOOL browserUseBezels;
return _firstVisibleColumn;
}
/** <p>Returns the number of columns visible.</p>
<p>See Also: -firstVisibleColumn -lastVisibleColumn</p>*/
/** Returns the number of columns visible.
<p>See Also: -firstVisibleColumn -lastVisibleColumn</p> */
- (NSInteger) numberOfVisibleColumns
{
NSInteger num;