mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 12:45:37 +08:00
[autodocs] add doc blocks to more things
This commit is contained in:
@@ -328,6 +328,9 @@ var APIDoc = React.createClass({
|
||||
class {cls.name}
|
||||
</Header>
|
||||
<ul>
|
||||
{cls.docblock && <Marked>
|
||||
{this.removeCommentsFromDocblock(cls.docblock)}
|
||||
</Marked>}
|
||||
{this.renderMethods(cls.methods)}
|
||||
{this.renderProperties(cls.properties)}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user