[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.

View File

@@ -34,7 +34,7 @@
* variables.
*/
@interface ASDisplayNode (ASDisplayNodeSubclasses)
@interface ASDisplayNode (Subclassing)
/** @name View Configuration */

View File

@@ -1,7 +1,7 @@
#!/bin/sh
set -e
HEADERS=`ls ../AsyncDisplayKit/*.h | grep -v Subclasses`
HEADERS=`ls ../AsyncDisplayKit/*.h`
rm -rf htdocs appledoc
@@ -12,6 +12,7 @@ appledoc \
--create-html \
--exit-threshold 2 \
--no-repeat-first-par \
--no-merge-categories \
--project-name AsyncDisplayKit \
--project-company Facebook \
--company-id "com.facebook" \