📜 ⬆️ ⬇️

Improving Java Documentation

In the MSDN Library, I liked notes like “Overrides Foo.bar ()”, “Inherited from Xyzzy” in the overview table of class methods.

Deciding that the documentation should be handy, I made a custom Obvious Overrides script that brings such conveniences to the Java documentation.

Before and after
')
Tested in Firefox 3.5, Opera 9.6, Google Chrome.

Source: https://habr.com/ru/post/67829/


All Articles