PageRenderTime 15ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/jsdoc-toolkit/app/test/public.js

http://jsdoc-toolkit.googlecode.com/
JavaScript | 10 lines | 4 code | 0 blank | 6 comment | 0 complexity | 70c169aa1400ba5047a3fb422d530cd4 MD5 | raw file
  1. /**@constructor*/
  2. function Foo() {
  3. /**
  4. @public
  5. @static
  6. @field
  7. */
  8. var bar = function(x) {
  9. }
  10. }