Doxygen Java class hierarchy not linked from reference manual?

In the Doxygen docs, starting from the reference manual,

https://docs.hdfgroup.org/hdf5/develop/_r_m.html

is there a way to navigate to the Java bindings class hiearchy, below?

https://docs.hdfgroup.org/hdf5/develop/namespacehdf_1_1hdf5lib.html

It is and it isn’t. Clicking on reference manual should give you a choice of “modules”: C, C++, Fortran,Java.

However because our wrappers use the same names as the C function they use, I could not find a way to add a cross-reference link. Suggestions are welcomed.

Right. If we navigate to the H5A Java module we end up here:

https://docs.hdfgroup.org/hdf5/develop/group___j_h5_a.html

From there, I have no reference to which class these static methods belong.

I think we’ll need

  1. A link from the reference manual to the top of the hdf5lib class hiearchy above.
  2. A link from each module to the H5 class below.

https://docs.hdfgroup.org/hdf5/develop/classhdf_1_1hdf5lib_1_1_h5.html