|
The doxygen API documentation is available for all C++ driver releases:
However, there is only one single current version of the reference documentation:
This has the drawback that the current reference documentation needs to maintain instructions for older versions. In particular, the installation documentation maintains sections like "Configuring with mongocxx 3.1.x or 3.0.x", "Configuring with mongocxx 3.2.x or newer", "Configuring with mongocxx 3.5.0 or newer". New users would only need the newest instructions. I think it'd be preferable to maintain separate versions of the documentation, like:
That way the latest instructions can remove the special cases for older versions of the driver.
|