PageRenderTime 13ms CodeModel.GetById 8ms RepoModel.GetById 0ms app.codeStats 0ms

/branches/jsdoc_tk_gui/setup/examples/data/nested_function2.js

http://jsdoc-toolkit.googlecode.com/
JavaScript | 40 lines | 4 code | 1 blank | 35 comment | 0 complexity | 5b1db60044c515303eeb7a04a64b895a MD5 | raw file
  1. record = {
  2. /** Remove the record. */
  3. remove: function() {
  4. }
  5. };
  6. /*
  7. [
  8. {
  9. symbols: [
  10. {
  11. doc: { tags: [] },
  12. returns: [],
  13. type: "",
  14. properties: [],
  15. isa: "FUNCTION",
  16. desc: "Remove the record.",
  17. alias: "record.remove",
  18. memberof: "",
  19. params: [],
  20. methods: [],
  21. name: "record.remove"
  22. }
  23. ],
  24. overview: {
  25. doc: { tags: [] },
  26. returns: [],
  27. type: "",
  28. properties: [],
  29. isa: "FILE",
  30. desc: "No overview provided.",
  31. alias: "examples/data/nested_function2.js",
  32. memberof: "",
  33. params: [],
  34. methods: [],
  35. name: "examples/data/nested_function2.js"
  36. }
  37. }
  38. ]
  39. */