I need to get jsdoc in runtime like this
/**
* this is my class
*/
class Foo { }
// getJsDoc(Foo) ==> 'this is my class\n'
I am using typescript actually, I noticed during compile, ts copy TSdoc to target .js file, so if I can access using typescript, it is also ok