Skip to content

Commit

Permalink
Fix documentation by adding propTypeCompositionHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
browniefed committed Sep 12, 2015
1 parent d7ee28e commit 627d5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/server/extractDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 627d5a8

Please sign in to comment.