c++ api document is just a summary of each header and composed of comments of each function so basically it’s not different then reading header files(that’s probably why most people never looked at c++ api docs). you get the full source code which means if you can read c++ code then you already have the documentation. in any case if you need more information, you can ask about it via mail.
1 Like