PageRenderTime 27ms CodeModel.GetById 11ms RepoModel.GetById 1ms app.codeStats 0ms

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

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