/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

  1. /** The maximum number of records. */
  2. var CONFIG = {
  3. defaults: {
  4. /** The default format. */
  5. format: "XML"
  6. }
  7. };
  8. /*
  9. [
  10. {
  11. symbols: [
  12. {
  13. doc: { tags: [] },
  14. returns: [],
  15. type: "",
  16. properties: [],
  17. isa: "OBJECT",
  18. desc: "The maximum number of records.",
  19. alias: "CONFIG",
  20. memberof: "",
  21. params: [],
  22. methods: [],
  23. name: "CONFIG"
  24. },
  25. {
  26. doc: { tags: [] },
  27. returns: [],
  28. type: "",
  29. properties: [],
  30. isa: "OBJECT",
  31. desc: "The default format *",
  32. alias: "CONFIG.defaults.format",
  33. memberof: "",
  34. params: [],
  35. methods: [],
  36. name: "CONFIG.defaults.format"
  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/variables2.js",
  47. memberof: "",
  48. params: [],
  49. methods: [],
  50. name: "examples/data/variables2.js"
  51. }
  52. }
  53. ]
  54. */