About missing VTK doxygen documentation

VTK doxygen documentation is functionnal, but only concerns “nigthly” which is roughly master:

https://vtk.org/doc/nightly/html/

There is no way to access doxygen documentation of the last release, or older release.
This is a big issue and should be adressed imo.

Some releases have seen their doxygen documentation be uploaded and are still accessible, but one has to know the links, here they are if needed:

VTK 8 and 9 are missing.

I see a few things needed to adress this:

  1. Upload manually vtk 9.2.2 documentation so that last release is documented
  2. Add doxygen release documentation upload to our release process and list links on https://vtk.org/documentation/
  3. Improve the doxygen doc so that versions are available in the website directly, as it is the case with paraview doc: https://kitware.github.io/paraview-docs/latest/cxx/

I think this is a critical issue, let me know If I should log that on VTK issue tracker.

4 Likes

Turns out 1. and 2. are caused by a gitlab issues, documented here: https://gitlab.kitware.com/vtk/vtk/-/issues/18717

the latest version is 9.5, and the doxygen doc is still inaccessible, dose the doxygen doc will update in the coming days?

Nightly is available, but no other releases. Indeed, we should fix that asap, Ill push for it.

1 Like