PageRenderTime 24ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

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

http://jsdoc-toolkit.googlecode.com/
JavaScript | 45 lines | 2 code | 2 blank | 41 comment | 0 complexity | c974b00f504f54dfa33bd1e54b204291 MD5 | raw file
  1. /**
  2. * @fileOverview A collection of functions for records.
  3. * @name Record Keeper
  4. */
  5. /**
  6. * Gets the current record.
  7. */
  8. function getRecord(){
  9. }
  10. /*
  11. [
  12. {
  13. symbols: [
  14. {
  15. doc: { tags: [] },
  16. returns: [],
  17. type: "",
  18. properties: [],
  19. isa: "FUNCTION",
  20. desc: "Gets the current record.",
  21. alias: "getRecord",
  22. memberof: "",
  23. params: [],
  24. methods: [],
  25. name: "getRecord"
  26. }
  27. ],
  28. overview: {
  29. doc: { tags: [] },
  30. returns: [],
  31. type: "",
  32. properties: [],
  33. isa: "FILE",
  34. desc: "A collection of functions for records.",
  35. alias: "examples/data/overview.js",
  36. memberof: "",
  37. params: [],
  38. methods: [],
  39. name: "Record Keeper"
  40. }
  41. }
  42. ]
  43. */