[appledoc] Enable explicit crossrefs.

Fix warnings for existing `@see ...` crossrefs.
This commit is contained in:
Nadine Salter
2014-10-17 14:50:00 -07:00
parent 9e824a3134
commit f493b130ef
5 changed files with 14 additions and 15 deletions

View File

@@ -37,7 +37,7 @@ typedef struct {
/**
* Notify the receiver that the visible range has been updated.
*
* @see -rangeControllerVisibleNodeIndexPaths:
* @see [ASRangeControllerDelegate rangeControllerVisibleNodeIndexPaths:]
*/
- (void)visibleNodeIndexPathsDidChange;