Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmottola committed Dec 12, 2023
1 parent abb5c10 commit e5c3463
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Headers/AppKit/NSTabView.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
7 changes: 4 additions & 3 deletions Source/NSBrowser.m
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ - (void) selectRow: (NSInteger)row inColumn: (NSInteger)column
}
}

/** <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
Expand Down Expand Up @@ -1131,8 +1131,9 @@ - (NSInteger) firstVisibleColumn
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;
Expand Down

0 comments on commit e5c3463

Please sign in to comment.