
On 4/18/25 12:00 PM, Дмитрий Архипов via Boost wrote:
пт, 18 апр. 2025 г. в 21:46, oliver.kowalke--- via Boost <boost@lists.boost.org>:
At what point is a boost documentation considered modular? I'd like to avoid rewriting the docs for my libraries.
Libraries that have monolithic documentation are listed on this page.
https://www.boost.org/doc/libs/1_88_0/doc/html/index.html
BTW, I volunteer to help switching docs from the monolithic to "modular" approach. I can also volunteer to help transitioning docs to Asciidoctor, if the library author wants that, or if the library is unmaintained.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Each library will have its html files to document it. Would it not be possible to write one (fancy) javascript to generate the the page above just by scanning all the released libraries html? Then we'd have everything we have now without any depencies outside any library. Looks practical to me. Robert Ramey