Diomidis Spinellis

Results 152 comments of Diomidis Spinellis

The reason is probably that the javadoc generated HTML code has changed slightly and UMLGraph cannot detect where to insert the required changes.

Please compare the `Pattern.compile` calls in `UmlGraphDoc.java` against what's actually in the page you expect to be modified. Then adjust the regular expressions accordingly. (Try to keep them compatible with...

Thank you! Can you please supply a minimal test case, or, even better, a patch?

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.

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.

Well done! Of course, please submit a pull request.

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.

- Please make the issue title more descriptive (split into more issues if needed) - Follow current coding conventions - Ensure tests run correctly before and the changes

Nice idea, thanks! This will however break backward compatibility. How do you suggest to address this problem?