GNOME Bugzilla – Bug 719489
Label "abstract" instead of "pure virtual" for Java language
Last modified: 2013-12-25 14:48:57 UTC
Created attachment 263021 [details] Example of label Hello, I use C++ language and generate html documentation with the help of doxygen. If I have virtual method - doxygen add pretty label "virtual" in right corner of function description. Looks good! But if I use Java - doxygen add label "virtual" for abstract function too. If I set OPTIMIZE_OUTPUT_JAVA = YES, it does not help. I propose for case OPTIMIZE_OUTPUT_JAVA = YES, create label "abstract" instead of "virtual".
Created attachment 263022 [details] Example of label Example of label
And it would be a good idea to add similar label override for override functions
Can you please attach a self-contained example (source+config file in a tar or zip) that allows reproduction of the problem?
Created attachment 263273 [details] Example of abstract method Zip archive contains example of source java file, doxygen configuration, html output result and main idea - png result image.
I've pushed a proposed patch (pull request 64) to git
Thank you!
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.6. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferrably in the form of a self-contained example).
I have verified it. Now it's good.