Improve generated libstdc++ API docs
commit91315195faa54b42e77d4b62b891ec3a0842f16b
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Dec 2015 14:02:52 +0000 (10 14:02 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Dec 2015 14:02:52 +0000 (10 14:02 +0000)
treeac122f86f252fd15ce4b4d8d29c7caac475d1c34
parentc4e633925e558d9b48437827b83a290693e6e4b6
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.

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