/tags/jsdoc_toolkit-1.3.3/examples/data/properties_methods1.js
JavaScript | 55 lines | 3 code | 1 blank | 51 comment | 0 complexity | de17edd42ef1e5fdb73f2b4320796620 MD5 | raw file
- /** @constructor */
- function RecordSet(f) {
- /** @function */
- this.write = f;
- }
- /*
- [
- {
- symbols: [
- {
- doc: { tags: [] },
- returns: [],
- type: "",
- properties: [],
- isa: "CONSTRUCTOR",
- desc: "",
- alias: "RecordSet",
- memberof: "",
- params: [
- { title: "param", desc: "", type: "", name: "f", isOptional: false }
- ],
- methods: [ { name: "write", alias: "RecordSet.write" } ],
- name: "RecordSet"
- },
- {
- doc: { tags: [] },
- returns: [],
- type: "",
- properties: [],
- isa: "FUNCTION",
- desc: "",
- alias: "RecordSet.write",
- memberof: "RecordSet",
- params: [],
- methods: [],
- name: "write"
- }
- ],
- overview: {
- doc: { tags: [] },
- returns: [],
- type: "",
- properties: [],
- isa: "FILE",
- desc: "No overview provided.",
- alias: "examples/data/properties_methods1.js",
- memberof: "",
- params: [],
- methods: [],
- name: "examples/data/properties_methods1.js"
- }
- }
- ]
- */