mirror of git://gcc.gnu.org/git/gcc.git
fstream (basic_filebuf::open): Use preformatted text for table in Doxygen comment.
* include/std/fstream (basic_filebuf::open): Use preformatted text for table in Doxygen comment. From-SVN: r205631
This commit is contained in:
parent
3848839d3e
commit
a566cb5e81
|
|
@ -1,3 +1,8 @@
|
||||||
|
2013-12-03 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||||
|
|
||||||
|
* include/std/fstream (basic_filebuf::open): Use preformatted text
|
||||||
|
for table in Doxygen comment.
|
||||||
|
|
||||||
2013-12-03 Tim Shen <timshen91@gmail.com>
|
2013-12-03 Tim Shen <timshen91@gmail.com>
|
||||||
|
|
||||||
* regex_compiler.h: Add todo comment.
|
* regex_compiler.h: Add todo comment.
|
||||||
|
|
|
||||||
|
|
@ -238,9 +238,10 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||||
* given in @a __mode.
|
* given in @a __mode.
|
||||||
*
|
*
|
||||||
* Table 92, adapted here, gives the relation between openmode
|
* 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,
|
* (NB: lines app, in|out|app, in|app, binary|app, binary|in|out|app,
|
||||||
* and binary|in|app per DR 596)
|
* and binary|in|app per DR 596)
|
||||||
|
* <pre>
|
||||||
* +---------------------------------------------------------+
|
* +---------------------------------------------------------+
|
||||||
* | ios_base Flag combination stdio equivalent |
|
* | ios_base Flag combination stdio equivalent |
|
||||||
* |binary in out trunc app |
|
* |binary in out trunc app |
|
||||||
|
|
@ -265,6 +266,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||||
* | + + + + a+b |
|
* | + + + + a+b |
|
||||||
* | + + + a+b |
|
* | + + + a+b |
|
||||||
* +---------------------------------------------------------+
|
* +---------------------------------------------------------+
|
||||||
|
* </pre>
|
||||||
*/
|
*/
|
||||||
__filebuf_type*
|
__filebuf_type*
|
||||||
open(const char* __s, ios_base::openmode __mode);
|
open(const char* __s, ios_base::openmode __mode);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue