Improve Doxygen docs for nested namespaces
authorJonathan Wakely <jwakely@redhat.com>
Thu, 2 May 2019 15:44:55 +0000 (16:44 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 2 May 2019 15:44:55 +0000 (16:44 +0100)
commit19aaf8141253101cf9d0dd9be6bb04de41ad3fbb
tree2efe8090faa2dce0a7b0c25f2a9cf2941d512e86
parent69b1efc78725ba6d4bd83585a2ab0f20845a1cb2
Improve Doxygen docs for nested namespaces

* doc/doxygen/doxygroups.cc (std::tr2, std::__gnu_cxx): Improve docs.
(std::experimental): Add docs.
* doc/doxygen/user.cfg.in (PREDEFINED): Expand macros for __cxx11
namespace to nothing when generating docs.
* include/bits/regex_constants.h (std::regex_constants): Improve docs.
* include/std/chrono (std::chrono): Likewise.
* include/std/functional (std::placeholders): Likewise.
* include/std/thread (std::this_thread): Likewise.

From-SVN: r270805
libstdc++-v3/ChangeLog
libstdc++-v3/doc/doxygen/doxygroups.cc
libstdc++-v3/doc/doxygen/user.cfg.in
libstdc++-v3/include/bits/regex_constants.h
libstdc++-v3/include/std/chrono
libstdc++-v3/include/std/functional
libstdc++-v3/include/std/thread