]> git.ipfire.org Git - thirdparty/gcc.git/commit
Improve Doxygen docs for nested namespaces
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 May 2019 15:44:55 +0000 (15:44 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 May 2019 15:44:55 +0000 (15:44 +0000)
commit633c66f0689894cf80b3ea993d49e392a8dd8c98
tree2efe8090faa2dce0a7b0c25f2a9cf2941d512e86
parent17035a161dcca6bd498242aae1d9a229c477d0a2
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@270805 138bc75d-0d04-0410-961f-82ee72b054a4
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