[committed] libstdc++: Fix Doxygen warning

2022-11-19 Thread Jonathan Wakely via Gcc-patches
Tested x86_64-linux. Pushed to trunk. -- >8 -- This fixes a Doxygen warning about a mismatched parameter name. The standard uses 'r' here, like the Doxygen comment, so use '__r' instead of '__e'. libstdc++-v3/ChangeLog: * include/bits/ptr_traits.h (pointer_traits::pointer_to): Rename

[committed] libstdc++: Fix Doxygen warning about ambiguous file name

2021-04-08 Thread Jonathan Wakely via Gcc-patches
libstdc++-v3/ChangeLog: * include/std/string_view: Adjust Doxygen @file comment. Tested x86_64-linux. Committed to trunk. commit 2c1557ac7b7652c63418abac1a1c4b7a9860a9f9 Author: Jonathan Wakely Date: Thu Apr 8 14:47:47 2021 libstdc++: Fix Doxygen warning about ambiguous file name