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

http://jsdoc-toolkit.googlecode.com/ · JavaScript · 53 lines · 2 code · 1 blank · 50 comment · 0 complexity · 5ec1b85d9ec9b7a91d9dd989c429a8bb MD5 · raw file

  1. /** Change the role of the employee. */
  2. function recast(employeeId, newRole) {
  3. }
  4. /*
  5. [
  6. {
  7. symbols: [
  8. {
  9. doc: { tags: [] },
  10. returns: [],
  11. type: "",
  12. properties: [],
  13. isa: "FUNCTION",
  14. desc: "Change the role of the employee.",
  15. alias: "recast",
  16. memberof: "",
  17. params: [
  18. {
  19. title: "param",
  20. desc: "",
  21. type: "",
  22. name: "employeeId",
  23. isOptional: false
  24. },
  25. {
  26. title: "param",
  27. desc: "",
  28. type: "",
  29. name: "newRole",
  30. isOptional: false
  31. }
  32. ],
  33. methods: [],
  34. name: "recast"
  35. }
  36. ],
  37. overview: {
  38. doc: { tags: [] },
  39. returns: [],
  40. type: "",
  41. properties: [],
  42. isa: "FILE",
  43. desc: "No overview provided.",
  44. alias: "examples/data/functions2.js",
  45. memberof: "",
  46. params: [],
  47. methods: [],
  48. name: "examples/data/functions2.js"
  49. }
  50. }
  51. ]
  52. */