PageRenderTime 23ms CodeModel.GetById 18ms app.highlight 3ms RepoModel.GetById 0ms app.codeStats 0ms

/branches/version1.x/examples/data/methods2.js

http://jsdoc-toolkit.googlecode.com/
JavaScript | 54 lines | 4 code | 1 blank | 49 comment | 0 complexity | 2d8dcb246b3bfabb48e4cb66e60bb3ec MD5 | raw file
 1/** @constructor */
 2function RecordSet() {
 3    /** Get all the records. */
 4    this.getRecords = function(){
 5    }
 6}
 7
 8/*
 9[
10    {
11        symbols: [
12            {
13                doc: { tags: [] },
14                returns: [],
15                type: "",
16                properties: [],
17                isa: "CONSTRUCTOR",
18                desc: "",
19                alias: "RecordSet",
20                memberof: "",
21                params: [],
22                methods: [ { name: "getRecords", alias: "RecordSet.getRecords" } ],
23                name: "RecordSet"
24            },
25            {
26                doc: { tags: [] },
27                returns: [],
28                type: "",
29                properties: [],
30                isa: "FUNCTION",
31                desc: "Get all the records.",
32                alias: "RecordSet.getRecords",
33                memberof: "RecordSet",
34                params: [],
35                methods: [],
36                name: "getRecords"
37            }
38        ],
39        overview: {
40            doc: { tags: [] },
41            returns: [],
42            type: "",
43            properties: [],
44            isa: "FILE",
45            desc: "No overview provided.",
46            alias: "examples/data/methods2.js",
47            memberof: "",
48            params: [],
49            methods: [],
50            name: "examples/data/methods2.js"
51        }
52    }
53]
54*/