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

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

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