/tags/jsdoc_toolkit-1.4.0/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 */
  2. function RecordSet() {
  3. /** Get all the records. */
  4. this.getRecords = function(){
  5. }
  6. }
  7. /*
  8. [
  9. {
  10. symbols: [
  11. {
  12. doc: { tags: [] },
  13. returns: [],
  14. type: "",
  15. properties: [],
  16. isa: "CONSTRUCTOR",
  17. desc: "",
  18. alias: "RecordSet",
  19. memberof: "",
  20. params: [],
  21. methods: [ { name: "getRecords", alias: "RecordSet.getRecords" } ],
  22. name: "RecordSet"
  23. },
  24. {
  25. doc: { tags: [] },
  26. returns: [],
  27. type: "",
  28. properties: [],
  29. isa: "FUNCTION",
  30. desc: "Get all the records.",
  31. alias: "RecordSet.getRecords",
  32. memberof: "RecordSet",
  33. params: [],
  34. methods: [],
  35. name: "getRecords"
  36. }
  37. ],
  38. overview: {
  39. doc: { tags: [] },
  40. returns: [],
  41. type: "",
  42. properties: [],
  43. isa: "FILE",
  44. desc: "No overview provided.",
  45. alias: "examples/data/methods2.js",
  46. memberof: "",
  47. params: [],
  48. methods: [],
  49. name: "examples/data/methods2.js"
  50. }
  51. }
  52. ]
  53. */