develar / ts2jsdoc

Generate JSDoc from Typescript
61 stars 5 forks source link

Short Names #3

Open ozum opened 6 years ago

ozum commented 6 years ago

Hi,

Is there a possibility to generate short names?

ConnectionConfig instead of pg-test-util/lib/types/connection-config.ConnectionConfig

develar commented 6 years ago

For what? In my case it is processed by another tool (to convert to html/md), so, short names are not required.

ozum commented 6 years ago

I use jsdoc2md. Generated output contains long names. For function names, please see below screenshot:

image