This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r231563 - in /branches/gcc-5-branch/libstdc++-v...


Author: redi
Date: Fri Dec 11 12:46:50 2015
New Revision: 231563

URL: https://gcc.gnu.org/viewcvs?rev=231563&root=gcc&view=rev
Log:
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/debug/vector (_Safe_vector): Add @brief section to comment.
	* include/experimental/fs_fwd.h: Correct @file comment.
	* include/experimental/fs_ops.h: Likewise.
	* include/experimental/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.

Modified:
    branches/gcc-5-branch/libstdc++-v3/ChangeLog
    branches/gcc-5-branch/libstdc++-v3/doc/doxygen/user.cfg.in
    branches/gcc-5-branch/libstdc++-v3/include/backward/strstream
    branches/gcc-5-branch/libstdc++-v3/include/bits/forward_list.h
    branches/gcc-5-branch/libstdc++-v3/include/bits/locale_facets_nonio.h
    branches/gcc-5-branch/libstdc++-v3/include/debug/vector
    branches/gcc-5-branch/libstdc++-v3/include/experimental/fs_fwd.h
    branches/gcc-5-branch/libstdc++-v3/include/experimental/fs_ops.h
    branches/gcc-5-branch/libstdc++-v3/include/experimental/optional
    branches/gcc-5-branch/libstdc++-v3/include/experimental/string_view
    branches/gcc-5-branch/libstdc++-v3/include/experimental/string_view.tcc
    branches/gcc-5-branch/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp
    branches/gcc-5-branch/libstdc++-v3/include/std/bitset
    branches/gcc-5-branch/libstdc++-v3/include/std/mutex
    branches/gcc-5-branch/libstdc++-v3/include/tr2/dynamic_bitset
    branches/gcc-5-branch/libstdc++-v3/scripts/run_doxygen


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]