On 2022-11-13 08:29, Jonathan Wakely via Gcc-help wrote:
On Sun, 13 Nov 2022 at 07:29, Saifi Khan <saifi.khan@xxxxxxxxx> wrote:
Does anyone know what is the top-level Makefile build target that
triggers 'make doc-html-doxygen' in libstdc++ ?
make -C */libstdc++-v3 doc-html-doxygen will work
Thanks for the help Jonathan, much appreciated !
i also tweaked the libstdc++-v3/doc/doxygen/user.cfg.in to generate more
detailed documentation with UML diagrams cross-referenced with the
source code. Here is the result,
https://softwarehub.sourceforge.io/
i hope this will help onboard more newbies, beginners and enthusiastic
learners to modern C++20/23 and also project externally the wonderful
work of so many compiler hackers and free software contributors.
warm regards
Saifi.