]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix mainpage.html link to Doxygen docs [PR109965]
authorJonathan Wakely <jwakely@redhat.com>
Tue, 5 May 2026 09:16:36 +0000 (10:16 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 5 May 2026 10:13:28 +0000 (11:13 +0100)
Doxygen renamed the "Modules" documentation to "Topics" a few years ago
to avoid confusion with C++20 Modules:
https://github.com/doxygen/doxygen/issues/8772

This updates our internal link to 'modules.html' so that it refers to
'topics.html' instead.

libstdc++-v3/ChangeLog:

PR libstdc++/109965
* doc/doxygen/mainpage.html: Link to topics.html instead of
modules.html

libstdc++-v3/doc/doxygen/mainpage.html

index b54482a74e99bff8a98ba70e26fb4af8940d6df9..03a3adfaf65f2ceeaf0f7da5731b280a8313f60f 100644 (file)
@@ -38,7 +38,7 @@
 
 <p>Here are entry points to all the pages generated by Doxygen:
    <ul>
-    <li><a href="modules.html">Modules</a></li>
+    <li><a href="topics.html">Topics</a></li>
 
     <li>Namespaces
     <ul>