]> gcc.gnu.org Git - gcc.git/commit - libstdc++-v3/include/std/iostream
libstdc++: Use ///< for inline documentation
authorArsen Arsenović <arsen@aarsen.me>
Sat, 1 Oct 2022 18:40:05 +0000 (20:40 +0200)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 4 Oct 2022 08:43:57 +0000 (09:43 +0100)
commit49c3e9dfc5e23a335f4057efffbff2273e3c4631
tree034aea739920e225592230d52c29b1fc0ef8d877
parentb6d5d72bd0b71ac96a8b2ee537367c46107dcb73
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.
libstdc++-v3/include/experimental/internet
libstdc++-v3/include/std/iostream
libstdc++-v3/include/std/limits
This page took 0.061238 seconds and 5 git commands to generate.