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

Support repeated annotations #9

Open
Zardoz89 opened this issue Apr 24, 2021 · 0 comments
Open

Support repeated annotations #9

Zardoz89 opened this issue Apr 24, 2021 · 0 comments

Comments

@Zardoz89
Copy link
Owner

Actually, having the same annotation repeated (ie two @author for example) override the previous. It should list the repeated values.

For example :

<#--
    @author Foo
    @author Baz
-->

Only shows Author Baz.

This happens, because when finds a @ annotation, stored it directly on the output map. Instead, should store it on a list (and the formatting templates should expect to be a sequence of values), so could list repeated annotations.

Zardoz89 added a commit that referenced this issue Apr 24, 2021
@Zardoz89 Zardoz89 changed the title Support repeated anotations Support repeated annotations Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant