]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/std/mutex
Improve generated libstdc++ API docs
authorJonathan Wakely <jwakely@redhat.com>
Thu, 10 Dec 2015 14:02:52 +0000 (14:02 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 10 Dec 2015 14:02:52 +0000 (14:02 +0000)
commit6b4f890601a9bb1ff803cef04ee5779d49befb97
treeac122f86f252fd15ce4b4d8d29c7caac475d1c34
parent2ade427a371fae5c7b2138cde1d33d6bcbb64bcf
Improve generated libstdc++ API docs

* doc/doxygen/user.cfg.in: Use EXTENSION_MAPPING tag. Add new headers
to INPUT. Remove obsolete XML_SCHEMA and XML_DTD tags. Update
PREDEFINED macros. Set BRIEF_MEMBER_DESC for man-pages.
* include/backward/strstream: Correct @file comment.
* include/bits/forward_list.h: Improve Doxygen comments.
* include/bits/locale_facets_nonio.h: Likewise.
* include/bits/mutex.h: Likewise.
* include/bits/shared_ptr.h: Likewise.
* include/bits/stl_deque.h: Likewise.
* include/debug/vector (_Safe_vector): Add @brief section to comment.
* include/experimental/bits/fs_dir.h: Correct @file comment.
* include/experimental/bits/fs_fwd.h: Likewise.
* include/experimental/bits/fs_ops.h: Likewise.
* include/experimental/bits/fs_path.h: Likewise.
* include/experimental/bits/string_view.tcc: Likewise.
* include/experimental/optional: Document experimental status.
* include/experimental/string_view: Correct @file comment.
* include/ext/pb_ds/detail/bin_search_tree_/traits.hpp: Reduce
whitespace to avoid Doxygen bug.
* include/std/bitset: Remove redundant @class Doxygen command. Add
parentheses to avoid Doxygen bug.
* include/std/mutex: Improve Doxygen comments.
* include/tr2/dynamic_bitset: Add missing @param documentation.
* scripts/run_doxygen: Rename man pages for std::experimental types.

From-SVN: r231512
21 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/doc/doxygen/user.cfg.in
libstdc++-v3/include/backward/strstream
libstdc++-v3/include/bits/forward_list.h
libstdc++-v3/include/bits/locale_facets_nonio.h
libstdc++-v3/include/bits/mutex.h
libstdc++-v3/include/bits/shared_ptr.h
libstdc++-v3/include/bits/stl_deque.h
libstdc++-v3/include/debug/vector
libstdc++-v3/include/experimental/bits/fs_dir.h
libstdc++-v3/include/experimental/bits/fs_fwd.h
libstdc++-v3/include/experimental/bits/fs_ops.h
libstdc++-v3/include/experimental/bits/fs_path.h
libstdc++-v3/include/experimental/bits/string_view.tcc
libstdc++-v3/include/experimental/optional
libstdc++-v3/include/experimental/string_view
libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp
libstdc++-v3/include/std/bitset
libstdc++-v3/include/std/mutex
libstdc++-v3/include/tr2/dynamic_bitset
libstdc++-v3/scripts/run_doxygen