/tags/jsdoc_toolkit-1.4.0/examples/data/variables1.js

http://jsdoc-toolkit.googlecode.com/ · JavaScript · 37 lines · 1 code · 1 blank · 35 comment · 0 complexity · 6675c48c6c44c48da391dd610e7d562f MD5 · raw file

  1. /** The maximum number of records. */
  2. var LIMIT = 99;
  3. /*
  4. [
  5. {
  6. symbols: [
  7. {
  8. doc: { tags: [] },
  9. returns: [],
  10. type: "",
  11. properties: [],
  12. isa: "OBJECT",
  13. desc: "The maximum number of records.",
  14. alias: "LIMIT",
  15. memberof: "",
  16. params: [],
  17. methods: [],
  18. name: "LIMIT"
  19. }
  20. ],
  21. overview: {
  22. doc: { tags: [] },
  23. returns: [],
  24. type: "",
  25. properties: [],
  26. isa: "FILE",
  27. desc: "No overview provided.",
  28. alias: "examples/data/variables1.js",
  29. memberof: "",
  30. params: [],
  31. methods: [],
  32. name: "examples/data/variables1.js"
  33. }
  34. }
  35. ]
  36. */