cwilson1031 / jsdoc-toolkit

Automatically exported from code.google.com/p/jsdoc-toolkit
0 stars 0 forks source link

page https://code.google.com/p/jsdoc-toolkit/wiki/TagType does not contain type's descriptions #348

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There are must be array types, multiple types and object types syntax 
description. 

Like started in http://css.dzone.com/articles/introduction-jsdoc:

  Type annotations: You can document the type of a value by putting the type name in braces after the appropriate tags. Variations:

  Single type:      @param {string} name
  Multiple types:   @param {string|number} idCode
  Arrays of a type: @param {string[]} names

But how describe list of fields for declaring variable?

Original issue reported on code.google.com by INNenashev on 23 Jun 2013 at 1:55