Closed sho-otani-icare closed 3 years ago
Osu. It very much makes sense to me to include such a functionality in this plugin. I haven't used the @module
annotation yet. I'll probably have time later this week to take a look.
The code basically looks fine to me. I merged it into a feature branch and I will test it in the next days. I'll keep you posted.
I'm ready to publish a new release including your changes. Do you want to be mentioned in the credits section (Github, NPM)?
@krisztianb Thank you so much for your work. If you credit my name, @beijaflor is nice to me ( @sho-otani-icare is my current work account ). Anyway I'm looking forward to new release and we'll use our current product ;)
I've just released version 2.1.0 including your contribution. Should you find any bugs, please report them in the issues section here on Github. Thank you.
@krisztianb Just for F.Y.I.. I made example repository for my Japanese tach blog. https://github.com/beijaflor/typedoc-plugin-merge-modules-example
To be honest I'm amazed about how many people are using this plugin. I created it, because I needed the "old" TypeDoc behaviour for one of my projects. Looks like a lot of other people are having the same issue.
add
mergeModulesMergeMode
option to set modemodule
to combine modules by@module
annotation. it means you can set same@module
name and all reflections will be combined by its declaration rather than project rootthis goes ⬇️
I made this pull request because I need this feature and feel
typedoc-plugin-merge-modules
matches to this idea. However I will understand this may be out of this plugins concept. I that case I will make this as a other plugin.