[appledoc] Include subclassing header.

Use `--no-merge-categories` to prevent subclassing-only documentation
from appearing in the general API reference.  Use consistent category
names.
This commit is contained in:
Nadine Salter
2014-10-17 14:36:46 -07:00
parent b2d4e2c717
commit 673c24946b
3 changed files with 4 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
#import <AsyncDisplayKit/ASControlNode.h>
@interface ASControlNode (ForSubclassesEyesOnly)
@interface ASControlNode (Subclassing)
/**
@abstract Sends action messages for the given control events.