Landing: 59cf910a43dc
Project / Subsystem
gcc / libstdc++
Date
2026-05-01
Author
Jonathan Wakely
Commit
59cf910a43dca038ddab7655215171577e1df238
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- libstdc++
- patch_id
- —
- commit_hash
- 59cf910a43dca038ddab7655215171577e1df238
- source_type
- github
- headline
- Suppress Doxygen Docs for Internals in <bits/locale_conv.h>
- tldr
- This commit prevents internal details within `<bits/locale_conv.h>` from being included in the generated Doxygen documentation.
- author
- Jonathan Wakely
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • libstdc++
- • documentation
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-01T00:00:00.000Z
This commit improves the generated documentation for libstdc++ by preventing internal implementation details in the <bits/locale_conv.h> header from being included in the Doxygen output. This is achieved by suppressing the documentation of the __detail namespace, which contains internal helper functions and data structures.