/branches/version1.x/examples/data/properties2.js
http://jsdoc-toolkit.googlecode.com/ · JavaScript · 71 lines · 3 code · 1 blank · 67 comment · 0 complexity · 91c2da229ea1125f1467413906efb0d8 MD5 · raw file
- /** @constructor */
- function RecordSet(id) {
- /**
- * The record set's id number.
- * @type number
- */
- this.id = id;
- }
- /*
- [
- {
- symbols: [
- {
- doc: { tags: [] },
- returns: [],
- type: "",
- properties: [
- {
- 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"
- },
- {
- doc: { tags: [] },
- returns: [],
- type: "number",
- properties: [],
- isa: "OBJECT",
- desc: "The record set's id number.",
- alias: "RecordSet.id",
- memberof: "RecordSet",
- params: [],
- methods: [],
- name: "id"
- }
- ],
- overview: {
- doc: { tags: [] },
- returns: [],
- type: "",
- properties: [],
- isa: "FILE",
- desc: "No overview provided.",
- alias: "examples/data/properties2.js",
- memberof: "",
- params: [],
- methods: [],
- name: "examples/data/properties2.js"
- }
- }
- ]
- */