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

Fine-grained configuration options through annotations or tags #125

Open
sjoerdtalsma opened this issue Nov 5, 2018 · 1 comment
Open

Comments

@sjoerdtalsma
Copy link
Contributor

The Usage page of UMLDoclet version 1 is huge and full of many 'fine grained' settings that blur the overall configuration settings that you actually might care about.

Therefore it would be beneficial to have a more fine-grained way to tune UML rendering options, possibly even from the code-level. I think there are basically two strategies to pick from:

  1. Javadoc Tags
  2. Annotations

Either may can be applied on field, method, class, package level, so inherently offer better granularity of configuration.

@sjoerdtalsma
Copy link
Contributor Author

Maybe experiment with e.g. #124 as a proof of concept how to implement this.

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