/branches/jsdoc_tk_gui/setup/test/data/config.js
http://jsdoc-toolkit.googlecode.com/ · JavaScript · 20 lines · 4 code · 3 blank · 13 comment · 0 complexity · e1ac0bb6421ef7c760804f77f3ec3b29 MD5 · raw file
- /**
- * @constructor
- * @param person The person.
- * @config {string} name The person's name.
- * @config {integer} age The person's age.
- * @param [id] Optional id number to use.
- */
- function Contact(person, id) {
-
- }
-
- /**
- * @constructor
- * @config {string} Father The paternal person.
- * @config {string} Mother The maternal person.
- * @config {string[]} Children And the rest.
- */
- function Family() {
-
- }