I was coming to post this. The new C++ API formatting borders on completely useless now. You’d be better off just linking us to the header files for each class instead of trying to format it in a way that hides important information. To add to SkyeTeran’s comment, for class method descriptions we are also missing critical information such as whether a method is static or virtual.
While I am at it, what happened to the 4.2X documentation? It is often important for us to be able to look at how the API has changed from one version to the next, especially since some of our code started in 4.2X releases. Right now, it looks like there is no way to find the 4.2X versions of class documentation.
3 Likes