I can totally understand not duplicating documentation, but there are some overloaded functions for which the detailed docs seem like they’re in the wrong place.
One example is Axis::HomeVelocityGet(...)
.
This one (i.e. no parameters) has all the details except it describes parameters that it doesn’t accept. Whereas the “real one” (taking the parameters) refers to the default-param function.
I can’t think of others off the top of my head, but I recall running into this for other methods.
A related (minor) frustration of mine is that the search function of the online docs doesn’t distinguish between overloaded methods and so it’s difficult to find the one I want, especially when the one I want is only a stub pointing to another doc (that isn’t exactly what I want).
It would also be nice of the stub articles had a link to the article with the referenced details.