Files
gcc/libstdc++-v3/scripts
Jonathan Wakely c9cc1c850c libstdc++: Fix run_doxygen for Doxygen 1.10 man page format
Doxygen switched from \fC to \fR in its man page output:
https://github.com/doxygen/doxygen/pull/10497

This breaks our script that expects \fC so change the regaulr expression
to work with either style.

libstdc++-v3/ChangeLog:

	* scripts/run_doxygen: Adjust sed pattern to match '\fR' for
	new man output that Doxygen 1.10 generates.
2024-04-25 18:38:43 +01:00
..
2024-01-03 12:19:35 +01:00