-
Notifications
You must be signed in to change notification settings - Fork 32
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
Documentation of additionalOptions #453
Comments
Not all options that were available in the UmlDoclet v1 are available in the 2.x version since the full rewrite. This is intentional. |
Hi, just to save a quick reply to the issue, additional options currently implemented are here: UMLOptions.java Current implemented options are:
|
Hi, |
Hi, |
Hi, can enable "-link" option multiple times to include different sites? it only accept 1 |
@erickjx Could you create a separate issue for this request? Thanks in advance! |
@kasderooi Could you create a separate issue for this request? Thanks in advance! |
Is your feature request related to a problem? Please describe.
It would be desirable documentation of all additional options available, and how write them on the
pom.xml
.If not all of them, at least some help to write custom additional options.
Describe the solution you'd like
A table with a list of additional options. For example, I am trying to write an option to generate methods with parameter names in the UML diagram. Maybe the solution is related to the API Enum MethodConfig.ParamNames , but no instructions of how write such additional option are provided.
Other desirable additional option would be to include (or not) in the diagram all overridden methods, such as toString() o equals(). Such overridden methods are included on the javadoc files, but not in the UML diagram.
Other desirable additional option would be to include (or not) in the diagram attributes generated by class relations (aggregations, compositions, ...) which do not appear in the classes.
Describe alternatives you've considered
Some available options are:
Some desirable options would be, as example:
Additional context
Those additional options provided with
-umlCustomDirective
rely on PlantUML, where others should rely on the doclet.The text was updated successfully, but these errors were encountered: