diff options
Diffstat (limited to 'libstdc++-v3/include/ext/ropeimpl.h')
-rw-r--r-- | libstdc++-v3/include/ext/ropeimpl.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libstdc++-v3/include/ext/ropeimpl.h b/libstdc++-v3/include/ext/ropeimpl.h index e36fedfa..b8f4568 100644 --- a/libstdc++-v3/include/ext/ropeimpl.h +++ b/libstdc++-v3/include/ext/ropeimpl.h @@ -40,13 +40,14 @@ * purpose. It is provided "as is" without express or implied warranty. */ -/* NOTE: This is an internal header file, included by other STL headers. - * You should not attempt to use it directly. +/** @file ropeimpl.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. */ #include <bits/std_cstdio.h> #include <bits/std_iostream.h> -# include <bits/functexcept.h> +#include <bits/functexcept.h> namespace std { |