Documentation

FAQ

  1. Who writes the documentation for a Boost library?

    The library authors are responsible for all the documentation specific to their library. The authors are clearly the most knowledgeable on the design decisions, architecture, API calls, inner workings, and potential limitations of their library. Contributor guidelines on documentation help maintain consistency in styling and content across the library collection. Refer to Documentation Guidelines.

  2. If I find an issue with the documentation, or would like to suggest an improvement, can I make a formal request?

    Yes you can, file an issue on the library. Typically library authors welcome feedback that enhances the useability of their work - refer to Reporting Issues.

  3. Has any Boost library documentation been translated into languages other than English?

    There is no formal localization of library documentation. However, translation efforts have existed at various times for Japanese, Chinese and Russian. Most current effort is into Japanese - refer to boostjp.

  4. If I wanted to translate my favorite library documentation into my native language, who do contact to get started?

    The copyright ownership of library documentation remains with the documentation authors. Contact the authors via the Boost Developers Mailing List if you are inspired to take on this task.

  5. Have there ever been efforts to localize not just the documentation but the API calls themselves?

    Not for the Boost libraries. Microsoft did experiment with localized API calls many years ago, though the project was abandoned as way too complicated, unmaintainable, and not particularly useful.