PageRenderTime 19ms CodeModel.GetById 8ms RepoModel.GetById 1ms app.codeStats 0ms

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

http://jsdoc-toolkit.googlecode.com/
JavaScript | 264 lines | 12 code | 3 blank | 249 comment | 0 complexity | 5a8682e7f556825ce983d7212a4fb1fd MD5 | raw file
  1. /**
  2. @constructor
  3. */
  4. function Filebox() {
  5. this.add = function() {
  6. }
  7. this.remove = function() {
  8. }
  9. }
  10. SecureFilebox.prototype = new Filebox();
  11. SecureFilebox.prototype.constructor = SecureFilebox;
  12. /**
  13. @constructor
  14. @augments Filebox
  15. */
  16. function SecureFilebox() {
  17. this.shred = function() {
  18. }
  19. }
  20. /*
  21. {
  22. files: [
  23. {
  24. overview: {
  25. name: "augments.js",
  26. memberof: "",
  27. since: "",
  28. classDesc: "",
  29. _inheritsFrom: [],
  30. file: {},
  31. methods: [],
  32. params: [],
  33. deprecated: "",
  34. desc: "",
  35. exceptions: [],
  36. doc: { tags: [] },
  37. see: [],
  38. augments: [],
  39. alias: "augments.js",
  40. returns: [],
  41. inherits: [],
  42. properties: [],
  43. version: "",
  44. type: "",
  45. isa: "FILE",
  46. events: []
  47. },
  48. path: "examples/data/augments.js",
  49. namespaces: [],
  50. symbols: [
  51. {
  52. name: "Filebox",
  53. memberof: "",
  54. since: "",
  55. classDesc: "",
  56. _inheritsFrom: [],
  57. file: { //circularReference
  58. },
  59. methods: [
  60. {
  61. name: "add",
  62. memberof: "Filebox",
  63. since: "",
  64. classDesc: "",
  65. _inheritsFrom: [],
  66. file: { //circularReference
  67. },
  68. methods: [],
  69. params: [],
  70. deprecated: "",
  71. desc: "undocumented",
  72. exceptions: [],
  73. doc: { tags: [] },
  74. see: [],
  75. augments: [],
  76. alias: "Filebox.add",
  77. returns: [],
  78. inherits: [],
  79. properties: [],
  80. version: "",
  81. type: "",
  82. isa: "FUNCTION",
  83. events: []
  84. },
  85. {
  86. name: "remove",
  87. memberof: "Filebox",
  88. since: "",
  89. classDesc: "",
  90. _inheritsFrom: [],
  91. file: { //circularReference
  92. },
  93. methods: [],
  94. params: [],
  95. deprecated: "",
  96. desc: "undocumented",
  97. exceptions: [],
  98. doc: { tags: [] },
  99. see: [],
  100. augments: [],
  101. alias: "Filebox.remove",
  102. returns: [],
  103. inherits: [],
  104. properties: [],
  105. version: "",
  106. type: "",
  107. isa: "FUNCTION",
  108. events: []
  109. }
  110. ],
  111. params: [],
  112. deprecated: "",
  113. desc: "",
  114. exceptions: [],
  115. doc: { tags: [] },
  116. see: [],
  117. augments: [],
  118. alias: "Filebox",
  119. returns: [],
  120. inherits: [],
  121. properties: [],
  122. version: "",
  123. type: "",
  124. isa: "CONSTRUCTOR",
  125. events: []
  126. },
  127. {
  128. name: "add",
  129. memberof: "Filebox",
  130. since: "",
  131. classDesc: "",
  132. _inheritsFrom: [],
  133. file: { //circularReference
  134. },
  135. methods: [],
  136. params: [],
  137. deprecated: "",
  138. desc: "undocumented",
  139. exceptions: [],
  140. doc: { tags: [] },
  141. see: [],
  142. augments: [],
  143. alias: "Filebox.add",
  144. returns: [],
  145. inherits: [],
  146. properties: [],
  147. version: "",
  148. type: "",
  149. isa: "FUNCTION",
  150. events: []
  151. },
  152. {
  153. name: "remove",
  154. memberof: "Filebox",
  155. since: "",
  156. classDesc: "",
  157. _inheritsFrom: [],
  158. file: { //circularReference
  159. },
  160. methods: [],
  161. params: [],
  162. deprecated: "",
  163. desc: "undocumented",
  164. exceptions: [],
  165. doc: { tags: [] },
  166. see: [],
  167. augments: [],
  168. alias: "Filebox.remove",
  169. returns: [],
  170. inherits: [],
  171. properties: [],
  172. version: "",
  173. type: "",
  174. isa: "FUNCTION",
  175. events: []
  176. },
  177. {
  178. name: "SecureFilebox",
  179. memberof: "",
  180. since: "",
  181. classDesc: "",
  182. _inheritsFrom: [],
  183. file: { //circularReference
  184. },
  185. methods: [
  186. {
  187. name: "shred",
  188. memberof: "SecureFilebox",
  189. since: "",
  190. classDesc: "",
  191. _inheritsFrom: [],
  192. file: { //circularReference
  193. },
  194. methods: [],
  195. params: [],
  196. deprecated: "",
  197. desc: "undocumented",
  198. exceptions: [],
  199. doc: { tags: [] },
  200. see: [],
  201. augments: [],
  202. alias: "SecureFilebox.shred",
  203. returns: [],
  204. inherits: [],
  205. properties: [],
  206. version: "",
  207. type: "",
  208. isa: "FUNCTION",
  209. events: []
  210. }
  211. ],
  212. params: [],
  213. deprecated: "",
  214. desc: "",
  215. exceptions: [],
  216. doc: { tags: [] },
  217. see: [],
  218. augments: [ "Filebox" ],
  219. alias: "SecureFilebox",
  220. returns: [],
  221. inherits: [],
  222. properties: [],
  223. version: "",
  224. type: "",
  225. isa: "CONSTRUCTOR",
  226. events: []
  227. },
  228. {
  229. name: "shred",
  230. memberof: "SecureFilebox",
  231. since: "",
  232. classDesc: "",
  233. _inheritsFrom: [],
  234. file: { //circularReference
  235. },
  236. methods: [],
  237. params: [],
  238. deprecated: "",
  239. desc: "undocumented",
  240. exceptions: [],
  241. doc: { tags: [] },
  242. see: [],
  243. augments: [],
  244. alias: "SecureFilebox.shred",
  245. returns: [],
  246. inherits: [],
  247. properties: [],
  248. version: "",
  249. type: "",
  250. isa: "FUNCTION",
  251. events: []
  252. }
  253. ],
  254. filename: "augments.js",
  255. fileGroup: { //circularReference
  256. }
  257. }
  258. ]
  259. }
  260. */