Merge pull request #2654 from browniefed/fixLinkedDocumentation

Add back Transform/Flexbox links to style documentation
This commit is contained in:
James Ide 2015-09-12 15:55:20 -07:00
commit 9d36fc6a71
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ var styleDocs = styles.slice(2).reduce(function(docs, filepath) {
docgen.parse(
fs.readFileSync(filepath),
docgenHelpers.findExportedObject,
[docgen.handlers.propTypeHandler]
[docgen.handlers.propTypeHandler, docgen.handlers.propTypeCompositionHandler]
);
return docs;