public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* top-level build target that triggers 'make doc-html-doxygen'
@ 2022-11-13  7:28 Saifi Khan
  2022-11-13  8:29 ` Jonathan Wakely
  0 siblings, 1 reply; 8+ messages in thread
From: Saifi Khan @ 2022-11-13  7:28 UTC (permalink / raw)
  To: gcc-help

Hi:

Does anyone know what is the top-level Makefile build target that 
triggers 'make doc-html-doxygen' in libstdc++ ?

Using the following top-level targets,

make html
or
make install-html

does not build libstdc++ doxygen-based API documentation.

The toolchain builds without any issues and i want to build the 
libstdc++ documentation with it. Any pointers ?

warm regards
Saifi.

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: top-level build target that triggers 'make doc-html-doxygen'
@ 2022-11-22 14:04 Saifi Khan
  0 siblings, 0 replies; 8+ messages in thread
From: Saifi Khan @ 2022-11-22 14:04 UTC (permalink / raw)
  To: Gcc Help

On 2022-11-13 08:29, Jonathan Wakely via Gcc-help wrote:
> On Sun, 13 Nov 2022 at 07:29, Saifi Khan <saifi.khan@nishan.io> 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.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-11-22 14:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-13  7:28 top-level build target that triggers 'make doc-html-doxygen' Saifi Khan
2022-11-13  8:29 ` Jonathan Wakely
2022-11-13  9:10   ` Saifi Khan
2022-11-13  9:29     ` Jonathan Wakely
2022-11-14 16:24       ` Saifi Khan
2022-11-14 16:56         ` Jonathan Wakely
2022-11-14 17:10           ` Saifi Khan
2022-11-22 14:04 Saifi Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).