STDCXX maintainers are considering migrating the existing documentation from plain HTML maintained by hand to inline documentation generated automatically using a tool – most likely
Doxygen
. This issue covers 3 primary subtasks: converting the existing HTML documentation to a close approximation of the inline comments, preferably using a conversion script or filter; generating the documentation from the inline comments by adding special Makefile targets (e.g. make html, make pdf, etc.); and finally publishing the generated documentation periodically on the STDCXX web site under the respective pages for guides, tutorials, references, etc.