From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from s411.sureserver.com (s411.sureserver.com [192.252.151.33]) by sourceware.org (Postfix) with ESMTPS id 4A5233853D73 for ; Tue, 22 Nov 2022 14:04:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4A5233853D73 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nishan.io Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nishan.io DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=nishan.io; h= mime-version:date:from:to:subject:reply-to:message-id :content-type:content-transfer-encoding; s=dkim; bh=JK9FEzB0ufdl a0AvqETz+KtSbZEC5Kys3RWcLoKV0cc=; b=w3bB3CVinREsnKGIZXxMZaXy8BZv 3u4czbcYS7O304w7UfwMptvenMwFrHSW7qECeNrVyDzSPGAypiKMFlvoE3v5cJ6B HZb/j0xUOYwKrb77h0MnPnlAn00JePqwZyJgMBXDZvlH9v+IxjTJkZVKv1uX3oO9 vkV2uXkxC4nQ3K8= Received: (qmail 41683 invoked by uid 504); 22 Nov 2022 14:04:10 -0000 Received: from unknown (HELO mbox.nishan.io) (saifi.khan@nishan.1665716947.19903.user@127.0.0.1) by 127.100.1.1 with ESMTPA; 22 Nov 2022 14:04:10 -0000 MIME-Version: 1.0 Date: Tue, 22 Nov 2022 14:04:10 +0000 From: Saifi Khan To: Gcc Help Subject: Re: top-level build target that triggers 'make doc-html-doxygen' Reply-To: saifi.khan@nishan.io Mail-Reply-To: saifi.khan@nishan.io User-Agent: Roundcube Webmail Message-ID: <8ce56557e645b13982ec5f0e01b65ea8@nishan.io> X-Sender: saifi.khan@nishan.io Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2022-11-13 08:29, Jonathan Wakely via Gcc-help wrote: > On Sun, 13 Nov 2022 at 07:29, Saifi Khan 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.