mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
libstdc++: Fix mainpage.html link to Doxygen docs [PR109965]
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
This commit is contained in:
committed by
Jonathan Wakely
parent
9d276bf057
commit
f95c05fe96
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user