/branches/version1.x/examples/data/properties2.js

http://jsdoc-toolkit.googlecode.com/ · JavaScript · 71 lines · 3 code · 1 blank · 67 comment · 0 complexity · 91c2da229ea1125f1467413906efb0d8 MD5 · raw file

  1. /** @constructor */
  2. function RecordSet(id) {
  3. /**
  4. * The record set's id number.
  5. * @type number
  6. */
  7. this.id = id;
  8. }
  9. /*
  10. [
  11. {
  12. symbols: [
  13. {
  14. doc: { tags: [] },
  15. returns: [],
  16. type: "",
  17. properties: [
  18. {
  19. desc: "The record set's id number.",
  20. type: "number",
  21. alias: "RecordSet.id",
  22. name: "id"
  23. }
  24. ],
  25. isa: "CONSTRUCTOR",
  26. desc: "",
  27. alias: "RecordSet",
  28. memberof: "",
  29. params: [
  30. {
  31. title: "param",
  32. desc: "",
  33. type: "",
  34. name: "id",
  35. isOptional: false
  36. }
  37. ],
  38. methods: [],
  39. name: "RecordSet"
  40. },
  41. {
  42. doc: { tags: [] },
  43. returns: [],
  44. type: "number",
  45. properties: [],
  46. isa: "OBJECT",
  47. desc: "The record set's id number.",
  48. alias: "RecordSet.id",
  49. memberof: "RecordSet",
  50. params: [],
  51. methods: [],
  52. name: "id"
  53. }
  54. ],
  55. overview: {
  56. doc: { tags: [] },
  57. returns: [],
  58. type: "",
  59. properties: [],
  60. isa: "FILE",
  61. desc: "No overview provided.",
  62. alias: "examples/data/properties2.js",
  63. memberof: "",
  64. params: [],
  65. methods: [],
  66. name: "examples/data/properties2.js"
  67. }
  68. }
  69. ]
  70. */