在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):jsdoc2md/jsdoc-to-markdown开源软件地址(OpenSource Url):https://github.com/jsdoc2md/jsdoc-to-markdown开源编程语言(OpenSource Language):JavaScript 100.0%开源软件介绍(OpenSource Introduction):jsdoc-to-markdownUpgraders, please read the release notes jsdoc-to-markdownGenerates markdown API documentation from jsdoc annotated source code. Useful for injecting API docs into project README files. Synopsis1. Document your code using valid jsdoc comments. /**
* A quite wonderful function.
* @param {object} - Privacy gown
* @param {object} - Security
* @returns {survival}
*/
function protection (cloak, dagger) {} 2. Run a command. $ jsdoc2md example.js 3. Get markdown output. ## protection(cloak, dagger) ⇒ <code>survival</code>
A quite wonderful function.
**Kind**: global function
| Param | Type | Description |
| ------ | ------------------- | ------------ |
| cloak | <code>object</code> | Privacy gown |
| dagger | <code>object</code> | Security |
Install
See also
© 2014-22 Lloyd Brookes <[email protected]>. Tested by test-runner. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论