Skip to content

Commit

Permalink
Fix composition handling
Browse files Browse the repository at this point in the history
The composition handler was not added to the default handlers, which
means that the generated documentation didn't contain any information
about the composed modules.
  • Loading branch information
fkling committed Oct 20, 2015
1 parent d923d20 commit 9e451cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import * as utils from './utils';
var defaultResolver = resolver.findExportedComponentDefinition;
var defaultHandlers = [
handlers.propTypeHandler,
handlers.propTypeCompositionHandler,
handlers.propDocBlockHandler,
handlers.defaultPropsHandler,
handlers.componentDocblockHandler,
Expand Down

0 comments on commit 9e451cc

Please sign in to comment.