From c34d3fd3068c5f991f75017023ba8eb36879ffa3 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 7 May 2019 23:46:53 +0100 Subject: Improve API docs for and * 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 --- libstdc++-v3/doc/doxygen/doxygroups.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libstdc++-v3/doc/doxygen/doxygroups.cc') 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. */ -- cgit v1.1