-
Notifications
You must be signed in to change notification settings - Fork 92
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
@opt is ignored #13
Comments
Thank you! Can you please supply a minimal test case, or, even better, a patch? |
Unfortunately, I have to patch yet. But I can describe the Issue a bit better: I use the doclet to generate the javadoc with uml diagrams. I like pattern "the code is the truth" and UMLGraph helps a lot to visualize important informations. Therefore - thanks a lot for your effort. ant.javadoc(classpath: classpath.asPath, This work so far. The problem I get is found in the java files. e.g. /**
Any idea? Thanks a lot. |
The options were created for UMLGraph working as a stand-alone tool to create UML diagrams in a declarative way. They are probably not supported correctly by UmlGraphDoc. |
You are right. UmlGraph works fine with options. Any chance to fix it in UmlGraphDoc? I would try to fix it if you could give me a hint where to look at first. |
I suggest to look at the two ends: the point where the UmlGraphDoc options are processed for each class, and the point where the offending parts are generated. |
Ok - I've fixed it. Are you looking to include it in the next release? I would provided it back in that case. The problem was that PackageView and ContextView ignored the "overrideForClass" usage. |
Well done! Of course, please submit a pull request. |
Hi, I am using the 5.6.6 version of the doclet and this is still not working. Is there a new version I shall try? thanks! |
There isn't a version that fixes the problem. But you might want to try submitting a fix through a pull request by following the suggestion made by @jurjevic. |
Hi, |
Any option setting in javadoc headers seem to be ignored. Example:
These options have no effect on a class. Using other tags like "@Composed 1 has * Vehicle" works fine.
The text was updated successfully, but these errors were encountered: