PageRenderTime 33ms CodeModel.GetById 29ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/jsdoc_toolkit-1.3.3/examples/data/properties_methods1.js

http://jsdoc-toolkit.googlecode.com/
JavaScript | 55 lines | 3 code | 1 blank | 51 comment | 0 complexity | de17edd42ef1e5fdb73f2b4320796620 MD5 | raw file
  1. /** @constructor */
  2. function RecordSet(f) {
  3. /** @function */
  4. this.write = f;
  5. }
  6. /*
  7. [
  8. {
  9. symbols: [
  10. {
  11. doc: { tags: [] },
  12. returns: [],
  13. type: "",
  14. properties: [],
  15. isa: "CONSTRUCTOR",
  16. desc: "",
  17. alias: "RecordSet",
  18. memberof: "",
  19. params: [
  20. { title: "param", desc: "", type: "", name: "f", isOptional: false }
  21. ],
  22. methods: [ { name: "write", alias: "RecordSet.write" } ],
  23. name: "RecordSet"
  24. },
  25. {
  26. doc: { tags: [] },
  27. returns: [],
  28. type: "",
  29. properties: [],
  30. isa: "FUNCTION",
  31. desc: "",
  32. alias: "RecordSet.write",
  33. memberof: "RecordSet",
  34. params: [],
  35. methods: [],
  36. name: "write"
  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/properties_methods1.js",
  47. memberof: "",
  48. params: [],
  49. methods: [],
  50. name: "examples/data/properties_methods1.js"
  51. }
  52. }
  53. ]
  54. */