/tags/jsdoc_toolkit-1.3.3/examples/data/constructors1.js
JavaScript | 38 lines | 2 code | 1 blank | 35 comment | 0 complexity | 397f2b93f681ada4bf40c1b2f026c311 MD5 | raw file
- /** @constructor */
- function RecordSet() {
- }
- /*
- [
- {
- symbols: [
- {
- doc: { tags: [] },
- returns: [],
- type: "",
- properties: [],
- isa: "CONSTRUCTOR",
- desc: "",
- alias: "RecordSet",
- memberof: "",
- params: [],
- methods: [],
- name: "RecordSet"
- }
- ],
- overview: {
- doc: { tags: [] },
- returns: [],
- type: "",
- properties: [],
- isa: "FILE",
- desc: "No overview provided.",
- alias: "examples/data/constructors1.js",
- memberof: "",
- params: [],
- methods: [],
- name: "examples/data/constructors1.js"
- }
- }
- ]
- */