Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CustomTagContentProvider for multi-tags #3684

Open
vitalir2 opened this issue Jul 9, 2024 · 0 comments
Open

CustomTagContentProvider for multi-tags #3684

vitalir2 opened this issue Jul 9, 2024 · 0 comments
Labels
question A user question, can be resolved if the question is answered/resolved

Comments

@vitalir2
Copy link

vitalir2 commented Jul 9, 2024

Question
Can I use CustomTagContentProvider to handle multi-tags like @param tag or should I use another API to implement this?

My use case:
I want to add a custom tag to describe possible triggers for sending an event
It would be like:

/**
 * @trigger first trigger
 * @trigger second trigger
 * ..
 */

And it would be rendered in:

**Triggers**:
- first trigger
- second trigger

I've tried to use CustomTagContentProvider but after some time it looked like that it only handles the last appearance of the tag so in the case above only 'second trigger' would be printed in the list

Installation

  • Operating system: macOS
  • Build tool: Gradle v8.4
  • Dokka version: 1.9.10
@vitalir2 vitalir2 added the question A user question, can be resolved if the question is answered/resolved label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A user question, can be resolved if the question is answered/resolved
Projects
None yet
Development

No branches or pull requests

1 participant