diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2023-04-26 22:48:35 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2023-04-27 11:28:39 +0100 |
commit | 865869dc6943eb5dee855bc1ea88b09b7dabc641 (patch) | |
tree | d489b7a52bd5e42bbc3b06af8c6e3a70a0d8d995 /libstdc++-v3/include/std/filesystem | |
parent | f9412cedd6c0e7417b30d9a80d3f45c8746223b4 (diff) | |
download | gcc-865869dc6943eb5dee855bc1ea88b09b7dabc641.zip gcc-865869dc6943eb5dee855bc1ea88b09b7dabc641.tar.gz gcc-865869dc6943eb5dee855bc1ea88b09b7dabc641.tar.bz2 |
libstdc++: Add @headerfile and @since to doxygen comments [PR40380]
libstdc++-v3/ChangeLog:
PR libstdc++/40380
* include/bits/basic_string.h: Improve doxygen comments.
* include/bits/cow_string.h: Likewise.
* include/bits/forward_list.h: Likewise.
* include/bits/fs_dir.h: Likewise.
* include/bits/fs_path.h: Likewise.
* include/bits/quoted_string.h: Likewise.
* include/bits/stl_bvector.h: Likewise.
* include/bits/stl_map.h: Likewise.
* include/bits/stl_multimap.h: Likewise.
* include/bits/stl_multiset.h: Likewise.
* include/bits/stl_set.h: Likewise.
* include/bits/stl_vector.h: Likewise.
* include/bits/unordered_map.h: Likewise.
* include/bits/unordered_set.h: Likewise.
* include/std/filesystem: Likewise.
* include/std/iomanip: Likewise.
Diffstat (limited to 'libstdc++-v3/include/std/filesystem')
-rw-r--r-- | libstdc++-v3/include/std/filesystem | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/include/std/filesystem b/libstdc++-v3/include/std/filesystem index eff2b93..d46e842 100644 --- a/libstdc++-v3/include/std/filesystem +++ b/libstdc++-v3/include/std/filesystem @@ -41,6 +41,8 @@ * * Utilities for performing operations on file systems and their components, * such as paths, regular files, and directories. + * + * @since C++17 */ #include <bits/fs_fwd.h> |