OmarDavilaP / jsdoc-examples

Examples of using JSDoc to document JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSDoc Example

This is some example code to show you how to use JSDoc for documenting your JavaScript and also using it for type checking.

Usage

npm install
# Generate a docs folder with the documentation website
npm run doc

About

Examples of using JSDoc to document JavaScript


Languages

Language:JavaScript 69.6%Language:CSS 28.2%Language:HTML 2.2%