PageRenderTime 23ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/jsdoc_toolkit-2.4.0/jsdoc-toolkit/app/test/memberof3.js

http://jsdoc-toolkit.googlecode.com/
JavaScript | 33 lines | 0 code | 7 blank | 26 comment | 0 complexity | 70761687dcc59a31ed03880c6901b6e9 MD5 | raw file
  1. /**
  2. * @name Foo
  3. * @class
  4. */
  5. /**#@+
  6. * @memberOf Foo#
  7. * @field
  8. */
  9. /**
  10. * @name bar
  11. * @type Object[]
  12. */
  13. /**#@-*/
  14. /**
  15. * @name Foo2
  16. * @class
  17. */
  18. /**#@+
  19. * @memberOf Foo2#
  20. * @field
  21. */
  22. /**
  23. * @name bar
  24. * @type Object[]
  25. */
  26. /**#@-*/