diff options
| author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-12-03 12:58:15 +0000 |
|---|---|---|
| committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-12-03 12:58:15 +0000 |
| commit | b3aee4fae340c703efe949f0cd9c4066216b4033 (patch) | |
| tree | 150ed368c7d28d5623010f71b379c94becca9807 /libstdc++-v3/include/std/fstream | |
| parent | ba7cbae582ffee78025d5c7fcf59a36904ef3d14 (diff) | |
| download | ppe42-gcc-b3aee4fae340c703efe949f0cd9c4066216b4033.tar.gz ppe42-gcc-b3aee4fae340c703efe949f0cd9c4066216b4033.zip | |
* include/std/fstream (basic_filebuf::open): Use preformatted text
for table in Doxygen comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205631 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/std/fstream')
| -rw-r--r-- | libstdc++-v3/include/std/fstream | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/fstream b/libstdc++-v3/include/std/fstream index 48e5c3d85d6..701247a9cc3 100644 --- a/libstdc++-v3/include/std/fstream +++ b/libstdc++-v3/include/std/fstream @@ -238,9 +238,10 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION * given in @a __mode. * * Table 92, adapted here, gives the relation between openmode - * combinations and the equivalent fopen() flags. + * combinations and the equivalent @c fopen() flags. * (NB: lines app, in|out|app, in|app, binary|app, binary|in|out|app, * and binary|in|app per DR 596) + * <pre> * +---------------------------------------------------------+ * | ios_base Flag combination stdio equivalent | * |binary in out trunc app | @@ -265,6 +266,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION * | + + + + a+b | * | + + + a+b | * +---------------------------------------------------------+ + * </pre> */ __filebuf_type* open(const char* __s, ios_base::openmode __mode); |

