Repository Details
Shared by
HelloGitHub Rating
0 ratings
Claim
Discuss
Collect
Share
9.7k
Stars
No
Chinese
JavaScript
Language
No
Active
90
Contributors
85
Issues
Yes
Organization
1.2.0
Latest
2k
Forks
None
License
More
根据代码中的注释生成 RESTful 风格的 API 文档。注释示例:
```
/**
* @api {get} /user/:id Request User information
* @apiName GetUser
* @apiGroup User
*
* @apiParam {Number} id User's unique ID.
*
* @apiSuccess {String} firstname Firstname of the User.
* @apiSuccess {String} lastname Lastname of the User.
*/
```
Included in:
Vol.52
Comments
Rating:
No comments yet