gcc/libstdc++-v3/include
Arsen Arsenović 49c3e9dfc5 libstdc++: Use ///< for inline documentation
I noticed that some variables were misdocumented when using trailing
comment for documentation.  I ran a search with a relatively simple
regex[1] to look for any ///s following some code that did not have a <,
and came up with these instances only.

[1]: \s*([^  ]+\s*)+///[^<].*$

libstdc++-v3/ChangeLog:

	* include/std/iostream: Use ///< for inline documentation.
	* include/std/limits: Likewise.
	* include/experimental/internet: Likewise.
2022-10-04 09:43:57 +01:00
..
backward libstdc++: Add preprocessor conditions for freestanding [PR106953] 2022-09-16 21:47:19 +01:00
bits libstdc++: Mark headers that must be hosted as such [PR103626] 2022-10-03 15:43:48 +01:00
c Update copyright years. 2022-01-03 10:42:10 +01:00
c_compatibility libstdc++: Add _Exit to <stdlib.h> for freestanding 2022-09-21 08:44:21 +01:00
c_global libstdc++: Mark headers that must be hosted as such [PR103626] 2022-10-03 15:43:48 +01:00
c_std libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C library 2022-01-18 16:31:02 +00:00
debug libstdc++: Enable constexpr std::bitset for debug mode 2022-09-23 12:53:51 +01:00
decimal Update copyright years. 2022-01-03 10:42:10 +01:00
experimental libstdc++: Use ///< for inline documentation 2022-10-04 09:43:57 +01:00
ext libstdc++: Mark headers that must be hosted as such [PR103626] 2022-10-03 15:43:48 +01:00
parallel Update copyright years. 2022-01-03 10:42:10 +01:00
precompiled libstdc++: Adjust precompiled headers for freestanding 2022-10-03 15:43:48 +01:00
pstl libstdc++: Reduce header dependencies from PSTL headers [PR92546] 2022-03-18 10:16:36 +00:00
std libstdc++: Use ///< for inline documentation 2022-10-04 09:43:57 +01:00
tr1 libstdc++: Mark headers that must be hosted as such [PR103626] 2022-10-03 15:43:48 +01:00
tr2 Update copyright years. 2022-01-03 10:42:10 +01:00
Makefile.am libstdc++: Rework how freestanding install works [PR106953] 2022-10-03 15:43:48 +01:00
Makefile.in libstdc++: Rework how freestanding install works [PR106953] 2022-10-03 15:43:48 +01:00