On Mon, 2024-09-23 at 15:45 -0700, Bryon Quackenbush via Gcc wrote:
> Greetings all,
> 
>    I am just starting the fun process of getting familiar with the
> GCC
> compiler and all it's various components (I'm starting out with
> LIBCPP,
> since that seems relatively small and simple)..

Welcome!

In case you haven't seen it, you might find this guide helpful:
  https://gcc-newbies-guide.readthedocs.io/en/latest/



> 
>    I've been poking around on the GCC Wiki and saw a reference on
> internal
> documentation that there was once web exposed Doxygen documentation
> of the
> GCC code which is currently marked as broken.  My question is: Is
> anyone
> aware of any Doxygen (or similarly generated) GCC code documentation
> that
> is exposed to the internet.

I believe that this page is regularly built from GCC's sources:
  https://gcc.opensuse.org/gcc-doxygen/index.html

Hope this is helpful
Dave

> 
>    Sadly, for the next 9 1/2 months I will not be in a position to be
> able
> to download / compile / test the code myself (long story).
> 
>    Thanks for the help.
> 
> - Bryon
> 

Reply via email to