/branches/version1.x/examples/data/variables2.js
http://jsdoc-toolkit.googlecode.com/ · JavaScript · 55 lines · 5 code · 1 blank · 49 comment · 0 complexity · 991b6b4a1ef873a49395eee86eea2ab5 MD5 · raw file
- /** The maximum number of records. */
- var CONFIG = {
- defaults: {
- /** The default format. */
- format: "XML"
- }
- };
- /*
- [
- {
- symbols: [
- {
- doc: { tags: [] },
- returns: [],
- type: "",
- properties: [],
- isa: "OBJECT",
- desc: "The maximum number of records.",
- alias: "CONFIG",
- memberof: "",
- params: [],
- methods: [],
- name: "CONFIG"
- },
- {
- doc: { tags: [] },
- returns: [],
- type: "",
- properties: [],
- isa: "OBJECT",
- desc: "The default format *",
- alias: "CONFIG.defaults.format",
- memberof: "",
- params: [],
- methods: [],
- name: "CONFIG.defaults.format"
- }
- ],
- overview: {
- doc: { tags: [] },
- returns: [],
- type: "",
- properties: [],
- isa: "FILE",
- desc: "No overview provided.",
- alias: "examples/data/variables2.js",
- memberof: "",
- params: [],
- methods: [],
- name: "examples/data/variables2.js"
- }
- }
- ]
- */