I incidentally found:
/** foo is a method **/
let foo = ()=>{}
foo() // here typedoc for the method works fine if you hover the cursor on it
let obj={foo: foo}
obj.foo() // here typedoc info is lost
If you visit the foo
method via obj.foo()
, the typedoc info will lose. What's the cause of it?
Owner Name | TypeStrong |
Repo Name | typedoc |
Full Name | TypeStrong/typedoc |
Language | TypeScript |
Created Date | 2014-05-24 |
Updated Date | 2023-03-19 |
Star Count | 6487 |
Watcher Count | 68 |
Fork Count | 639 |
Issue Count | 48 |
Issue Title | Created Date | Updated Date |
---|