Özüm Eldoğan

Results 89 comments of Özüm Eldoğan

> Don't use inheritance. Use composition Could you expand the example a little bit, please?

> does this input code produce the desired output in jsdoc v3.6.2? @75lb, I checked with jsdoc v3.6.2 now. Yes it produces desired ouput with `@hideconstructor`.

Hi, Looking issues on #59, if I understand correctly, problems were related to parsing vue components. Have you seen [jsdoc-vuedoc](https://github.com/ccqgithub/jsdoc-vuedoc)? It uses [vuedoc/parser](https://gitlab.com/vuedoc/parser) and [vuedoc/md](https://gitlab.com/vuedoc/md). I want to share here,...

Also I found another one: [vue-docgen-api](https://www.npmjs.com/package/vue-docgen-api) This is also used by big projects such as vue-styleguidist.

Today, I published [concat-md](https://www.npmjs.com/package/concat-md) for creating single file from multiple markdown files. Although it is not `typedoc-plugin-markdown` specific, I developed it primarily to use with `typedoc-plugin-markdown`. It does not simply...

@tgreyuk, thanks. Also thanks to suggestion of @Vinnl, `concat-md` now converts links too.

@tgreyuk, I also appreciate if you mention `md-concat` in README with an example **if** you find it useful for `typedoc-plugin-markdown`.

I had to spend a few hours understanding why my builds fail. Then later I saw, I had to set env variables for the node.js version. Although it is the...

@weareoutman thanks for the effort and for providing a workaround. It helps a lot. Only a camel-case key with a kebab-key alias works for me. ```ts const flags = {...

@championswimmer thanks for the response. 1. What did you change? 2. I see button now, but after I click the button, I'm geting error again: ![image](https://user-images.githubusercontent.com/1497060/76388832-186ac880-637b-11ea-8bb0-4d3e4b1338bb.png)