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