Coder Social home page Coder Social logo

Comments (6)

krisztianb avatar krisztianb commented on July 3, 2024

Hi. What exactly is missing? Are you looking for the @preferred tag to be implemented or are @packageDocumentation tags ignored when merging the modules?

Could you post the version of TypeDoc and this plugin that you are using and also your TypeDoc config?

from typedoc-plugin-merge-modules.

lageorgem avatar lageorgem commented on July 3, 2024

Hello. The following is my config, passed as arguments to the command:

typedoc --tsconfig ./tsconfig.json --mergeModulesMergeMode module --readme ./README.md --out docs/ src/

my versions:

"typedoc": "^0.21.9",
"typedoc-plugin-merge-modules": "^3.0.2",

I think I am looking for both. Currently I have a doc comment that looks like this

/ *
 * Comment content
 * @packageDocumentation
 * @module Transformation
 * @preferred
 */

This comment does not appear on the index for the Transformation module. In fact, it does not appear anywhere.
I was hoping to be able to add a documentation page for the home page of a module in order to explain how it works properly.

from typedoc-plugin-merge-modules.

krisztianb avatar krisztianb commented on July 3, 2024

I'm not familiar with these module comments but I will take a look and report back to you.

PS: You need to start the comment with /** right?

from typedoc-plugin-merge-modules.

krisztianb avatar krisztianb commented on July 3, 2024

I released 3.1.0 which adds the functionality you are looking for. Instead of @preferred you need to use @mergeTarget. You only need to use this new tag if more than one of the modules that are merged have a comment.

Please see if it works as expected and report back so we can close this issue. Thanks.

from typedoc-plugin-merge-modules.

lageorgem avatar lageorgem commented on July 3, 2024

It works wonderful. Thank you very much for the incredibly quick response and fix.

from typedoc-plugin-merge-modules.

krisztianb avatar krisztianb commented on July 3, 2024

Glad to hear. Please report back if you find any issues.

from typedoc-plugin-merge-modules.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.