[committed] libstdc++: Improve Doxygen comments in

2024-11-26 Thread Jonathan Wakely
Use Markdown backticks to format comments, instead of Doxygen @c and @a commands. libstdc++-v3/ChangeLog: * include/bits/forward_list.h: Use Markdown in Doxygen comments. --- Tested x86_64-linux. Pushed to trunk. libstdc++-v3/include/bits/forward_list.h | 123 --- 1

[committed] libstdc++: Improve Doxygen comments in

2022-11-21 Thread Jonathan Wakely via Gcc-patches
Tested x86_64-linux. Pushed to trunk. -- >8-- libstdc++-v3/ChangeLog: * include/std/tuple: Add better Doxygen comments. --- libstdc++-v3/include/std/tuple | 28 +++- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/libstdc++-v3/include/std/tuple b/l

[committed] libstdc++: Improve doxygen comments in

2021-08-18 Thread Jonathan Wakely via Gcc-patches
Add notes about deprecation and modern replacements. Fix bogus "memory_adaptors" group name. Use markdown for formatting. Signed-off-by: Jonathan Wakely libstdc++-v3/ChangeLog: * include/bits/stl_function.h: Improve doxygen comments. Tested powerpc64le-linux. Committed to trunk. commi