Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Generate markdown documentation from jsdoc-annotated javascript

License

NotificationsYou must be signed in to change notification settings

jsdoc2md/jsdoc-to-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

view on npmnpm module downloadsGihub repo dependentsGihub package dependentsNode.js CI

Upgraders, please read therelease notes

jsdoc-to-markdown

Generates markdown API documentation fromjsdoc 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} */functionprotection(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


© 2014-25 Lloyd Brookes <opensource@75lb.com>.


[8]ページ先頭

©2009-2025 Movatter.jp