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

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

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