https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6945

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Thu May  2 15:45:04 2019
New Revision: 270807

URL: https://gcc.gnu.org/viewcvs?rev=270807&root=gcc&view=rev
Log:
Improve API docs for <memory> and <scoped_allocator>

        * config/allocator/new_allocator_base.h (__allocator_base): Add
        workaround for Doxygen bug #6945.
        * include/std/memory: Improve docs. Define group for pointer safety.
        * include/std/scoped_allocator: Improve docs. Use "undocumented"
        conditional to suppress documentation for implementation details.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/allocator/new_allocator_base.h
    trunk/libstdc++-v3/include/std/memory
    trunk/libstdc++-v3/include/std/scoped_allocator

Reply via email to