...
I had to change some tags as the functionality isn't supported by DocBook.
old | new | |
|---|---|---|
<api> | <classname> | |
change | ||
<api package="package">class</api> | <classname>package.class</classname> | The old api tag produced a link to the javaDoc reference. The new one only highlights the class. |
|
|
|
|
|
|
...
Create Test case for property changes in extends hierarchy
...