diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2019-05-07 23:46:53 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2019-05-07 23:46:53 +0100 |
commit | c34d3fd3068c5f991f75017023ba8eb36879ffa3 (patch) | |
tree | 7cf807b6dcd8750cb98b872c75e422881b553bc5 /libstdc++-v3/doc/doxygen/doxygroups.cc | |
parent | f61a12b3957d4ec67b2c0f4999c7054f1cf8f605 (diff) | |
download | gcc-c34d3fd3068c5f991f75017023ba8eb36879ffa3.zip gcc-c34d3fd3068c5f991f75017023ba8eb36879ffa3.tar.gz gcc-c34d3fd3068c5f991f75017023ba8eb36879ffa3.tar.bz2 |
Improve API docs for <chrono> and <ratio>
* doc/doxygen/doxygroups.cc (std::literals): Add documentation for
inline namespace.
* include/std/chrono: Improve docs.
* include/std/ratio: Do not document implementation details.
* testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Adjust dg-error
line numbers.
* testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Likewise.
From-SVN: r270988
Diffstat (limited to 'libstdc++-v3/doc/doxygen/doxygroups.cc')
-rw-r--r-- | libstdc++-v3/doc/doxygen/doxygroups.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/doc/doxygen/doxygroups.cc b/libstdc++-v3/doc/doxygen/doxygroups.cc index 630e022..94ef3bb 100644 --- a/libstdc++-v3/doc/doxygen/doxygroups.cc +++ b/libstdc++-v3/doc/doxygen/doxygroups.cc @@ -19,6 +19,9 @@ /** @namespace std * @brief ISO C++ entities toplevel namespace is std. */ +/** @namespace std + * @brief ISO C++ inline namespace for literal suffixes. +*/ /** @namespace std::__detail * @brief Implementation details not part of the namespace std interface. */ |