jsdoc-to-markdown

从 jsdoc 注释的 JavaScript 生成 markdown 文档。「Generate markdown documentation from jsdoc-annotated javascript」

Github星跟蹤圖

view on npm
npm module downloads
Gihub repo dependents
Gihub package dependents
Build Status
Coverage Status
js-standard-style
Join the chat at https://gitter.im/jsdoc2md/jsdoc2md

Upgraders, please read the release notes

jsdoc-to-markdown

Generates markdown API documentation from jsdoc annotated source code. Useful for injecting API docs into project README files.

Synopsis

1. 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

$ npm install --save-dev jsdoc-to-markdown


## See also

* [API documentation](https://github.com/jsdoc2md/jsdoc-to-markdown/blob/master/docs/API.md)
* The [wiki](https://github.com/jsdoc2md/jsdoc-to-markdown/wiki) for example output, FAQs, tutorials, plugins, use with gulp/grunt etc.

* * *

&copy; 2014-21 Lloyd Brookes \<75pound@gmail.com\>.

Tested by [test-runner](https://github.com/test-runner-js/test-runner).

主要指標

概覽
名稱與所有者jsdoc2md/jsdoc-to-markdown
主編程語言JavaScript
編程語言JavaScript (語言數: 1)
平台
許可證MIT License
所有者活动
創建於2014-05-15 19:04:34
推送於2024-11-29 15:26:24
最后一次提交2024-11-29 15:26:22
發布數133
最新版本名稱v9.1.1 (發布於 2024-11-29 15:26:22)
第一版名稱v0.0.1 (發布於 2014-05-17 21:55:24)
用户参与
星數1.7k
關注者數14
派生數151
提交數1k
已啟用問題?
問題數272
打開的問題數26
拉請求數7
打開的拉請求數0
關閉的拉請求數5
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?