diff options
Diffstat (limited to 'libstdc++-v3/include/bits/functexcept.h')
-rw-r--r-- | libstdc++-v3/include/bits/functexcept.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/functexcept.h b/libstdc++-v3/include/bits/functexcept.h index 5b2e9fc0455..b16c3601ebb 100644 --- a/libstdc++-v3/include/bits/functexcept.h +++ b/libstdc++-v3/include/bits/functexcept.h @@ -22,7 +22,10 @@ // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // <http://www.gnu.org/licenses/>. -/** @file functexcept.h +/** @file bits/functexcept.h + * This is an internal header file, included by other library headers. + * Do not attempt to use it directly. @headername{exception} + * * This header provides support for -fno-exceptions. */ |