Landing: 8050bda5ec68
Project / Subsystem
gcc / libstdc++
Date
2026-05-01
Author
Jonathan Wakely
Commit
8050bda5ec6892c312bfaafa753532cba7b54d8c
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- libstdc++
- patch_id
- —
- commit_hash
- 8050bda5ec6892c312bfaafa753532cba7b54d8c
- source_type
- github
- headline
- Improve Doxygen Comments for <iterator> Contents
- tldr
- This commit enhances Doxygen documentation for iterators in libstdc++ by using markdown, suppressing internal details, and improving comment wording.
- author
- Jonathan Wakely
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • libstdc++
- • documentation
- • iterators
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-01T00:00:00.000Z
This commit enhances the Doxygen documentation for iterators in the C++ standard library. It uses markdown formatting in comments, prevents internal namespaces like __detail from being documented as part of the Iterators topic, marks internal helpers as undocumented, and improves the wording of existing comments for functions like distance and advance and classes like iterator_traits.