/tags/jsdoc_toolkit-1.4.0/examples/data/virtual.js
http://jsdoc-toolkit.googlecode.com/ · JavaScript · 76 lines · 0 code · 1 blank · 75 comment · 0 complexity · 2bb8ad624877144811b5002369ae68c1 MD5 · raw file
- /**
- * The file index.
- * @name fileIndex
- */
- /**
- * A file indexer.
- * @name Indexer
- * @constructor
- */
- /**
- * Get the file's index.
- * @name getIndex
- * @function
- * @memberOf Indexer
- */
-
- /*
- [
- {
- symbols: [
- {
- doc: { tags: [] },
- returns: [],
- type: "",
- properties: [],
- isa: "OBJECT",
- desc: "The file index.",
- alias: "fileIndex",
- memberof: "",
- params: [],
- methods: [],
- name: "fileIndex"
- },
- {
- doc: { tags: [] },
- returns: [],
- type: "",
- properties: [],
- isa: "CONSTRUCTOR",
- desc: "A file indexer.",
- alias: "Indexer",
- memberof: "",
- params: [],
- methods: [ { name: "getIndex", alias: "Indexer.getIndex" } ],
- name: "Indexer"
- },
- {
- doc: { tags: [] },
- returns: [],
- type: "",
- properties: [],
- isa: "FUNCTION",
- desc: "Get the file's index.",
- alias: "Indexer.getIndex",
- memberof: "Indexer",
- params: [],
- methods: [],
- name: "getIndex"
- }
- ],
- overview: {
- doc: { tags: [] },
- returns: [],
- type: "",
- properties: [],
- isa: "FILE",
- desc: "No overview provided.",
- alias: "examples/data/virtual.js",
- memberof: "",
- params: [],
- methods: [],
- name: "examples/data/virtual.js"
- }
- }
- ]
- */