I was just taking a look at the example attached to H5Dchunk_iter
and noticed that it needs to be updated:
https://docs.hdfgroup.org/hdf5/develop/group___h5_d.html#gac482c2386aa3aea4c44730a627a7adb8
Is there a process to test these doxygen examples?
gheber
2
That’s the goal (to test the examples). We need to do some homework. I’ll bring it up at today’s engineering meeting and report back. G.
I started pull request https://github.com/HDFGroup/hdf5/pull/2380 to begin testing of some of the doxygen examples.
It turns out the doxygen examples do not currently compile with MSVC. That’s another thing to fix for later I suppose.