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

http://jsdoc-toolkit.googlecode.com/ · JavaScript · 41 lines · 2 code · 1 blank · 38 comment · 0 complexity · a43c866ba90edd188916eeaae9c85dbc MD5 · raw file

  1. /**
  2. * A collection of records.
  3. * @constructor
  4. */
  5. function RecordSet() {
  6. }
  7. /*
  8. [
  9. {
  10. symbols: [
  11. {
  12. doc: { tags: [] },
  13. returns: [],
  14. type: "",
  15. properties: [],
  16. isa: "CONSTRUCTOR",
  17. desc: "A collection of records.",
  18. alias: "RecordSet",
  19. memberof: "",
  20. params: [],
  21. methods: [],
  22. name: "RecordSet"
  23. }
  24. ],
  25. overview: {
  26. doc: { tags: [] },
  27. returns: [],
  28. type: "",
  29. properties: [],
  30. isa: "FILE",
  31. desc: "No overview provided.",
  32. alias: "examples/data/constructors2.js",
  33. memberof: "",
  34. params: [],
  35. methods: [],
  36. name: "examples/data/constructors2.js"
  37. }
  38. }
  39. ]
  40. */