Skip to main content

6 docs tagged with "JS Doc"

View All Tags

!hood

!hood. Topics on: built on Mozilla Rhino engine based on Java. Read more: JS, Lib, JS Doc|FullStack Wiki by Roger J

Documentation Generator

Documentation Generator is defined as: Dev tool to autogen API docs. Topics on: Can auto-analyze code and generate HTML with all docs, docs key terms (ie namesp

JSDoc

JSDoc is defined as: Markup Lang to add inline documentation to JS Source Code. Topics on: !deprecated by TSDoc, !version current JSDoc 3, !hood, Documentation

JSDoc Syntax

JSDoc Syntax. Topics on: must begin with /**, must add * for each line, must end with */, example. Read more: JS, Lib, JS Doc|FullStack Wiki by Roger J

JSDoc tag

JSDoc tag. Topics on: Documentation tags, @author, @constructor, @depecated, @returns. Read more: JS, Lib, JS Doc|FullStack Wiki by Roger J

TSDoc

TSDoc is defined as: Markup Lang extends JSDoc for TS inline comment docs. Topics on: built upon familiar JSDoc JS Syntax to preserve legacy documentation, Repl