From a523d1b46beb75150094dafd82cb065bd7cec463 Mon Sep 17 00:00:00 2001
From: Jonathan Wakely
Date: Fri, 23 Aug 2024 21:32:14 +0100
Subject: [PATCH] libstdc++: Update and clarify Doxygen version requirements in
manual
There are lots of bugs that affect libstdc++ output from Doxygen, so
using 1.9.6 or later is recommended. Give a lower minimum, because some
distros still use 1.9.1 and that will work, albeit suboptimally.
libstdc++-v3/ChangeLog:
* doc/xml/manual/documentation_hacking.xml: Update minimum
Doxygen version.
* doc/html/*: Regenerate.
---
libstdc++-v3/doc/html/manual/debug.html | 2 +-
libstdc++-v3/doc/html/manual/documentation_hacking.html | 5 +++--
libstdc++-v3/doc/html/manual/setup.html | 3 +--
libstdc++-v3/doc/html/manual/using_exceptions.html | 4 ++--
libstdc++-v3/doc/html/manual/using_headers.html | 2 +-
libstdc++-v3/doc/xml/manual/documentation_hacking.xml | 5 +++--
6 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/libstdc++-v3/doc/html/manual/debug.html b/libstdc++-v3/doc/html/manual/debug.html
index a5f51569e008..1623cd304867 100644
--- a/libstdc++-v3/doc/html/manual/debug.html
+++ b/libstdc++-v3/doc/html/manual/debug.html
@@ -250,4 +250,4 @@
with C++11 and later standards. They might be removed at a future date.