/tags/jsdoc_toolkit-1.3.3/examples/data/properties3.js
http://jsdoc-toolkit.googlecode.com/ · JavaScript · 58 lines · 3 code · 1 blank · 54 comment · 0 complexity · d8e80f5b683b02c90390ae0f346f6f4f MD5 · raw file
- /**
- * @constructor
- * @property {number} id The record set's id number.
- */
- function RecordSet(id) {
- this.id = id;
- }
- /*
- [
- {
- symbols: [
- {
- doc: { tags: [] },
- returns: [],
- type: "",
- properties: [
- {
- title: "property",
- desc: "The record set's id number.",
- type: "number",
- alias: "RecordSet.id",
- name: "id"
- }
- ],
- isa: "CONSTRUCTOR",
- desc: "",
- alias: "RecordSet",
- memberof: "",
- params: [
- {
- title: "param",
- desc: "",
- type: "",
- name: "id",
- isOptional: false
- }
- ],
- methods: [],
- name: "RecordSet"
- }
- ],
- overview: {
- doc: { tags: [] },
- returns: [],
- type: "",
- properties: [],
- isa: "FILE",
- desc: "No overview provided.",
- alias: "examples/data/properties3.js",
- memberof: "",
- params: [],
- methods: [],
- name: "examples/data/properties3.js"
- }
- }
- ]
- */