Skip to content

DannyvanderJagt/Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docs

Todo:

  • Create namespaces
  • Fill the namespaces
  • Create .md template(s)
  • Generate .md files

Types

  • function
  • var
  • description

Function:

When the @param tag is used, the type will become function.

/**
 * [title]
 * @param {type} name - description
 * @return {type} description
 * 
 */

Variable:

When the @var tag is used without the @param tag, the type will become variable.

/**
 * @var {type} name - description
 */

Description:

When the @description tag is used without the @param and/or the @var tag, the type will become description.

/**
 * [title]
 * @description description
 */

Sections.

You can split you code into sections.

  • Start a section: @section [title]
  • End the section: @sectionEnd

Params

@var

@var {type} name - description

@namespace

@description

@name

@name name

@private

@public

@deprecated

You can use v for version and/or c for commit.

@deprecated v0.2 - description
@deprecated c962c23b5b754ef0a92bfd88619f6bef25bc16ada - description

@param

@return

@used

@note

@important

@warning

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors