Suppose I am using @return and @ throw in javadoc comment. In my HTML both are visible but from xml when I am viewing it it's not showing the data of @return. Instead it's showing @throws data under Return heading.
This is my HTML content.

This is XML Content.

I am using dita, how can I resolve this issue.