Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63758 - sandbox/variadic_templates/libs/iostreams/doc/classes
From: cppljevans_at_[hidden]
Date: 2010-07-08 14:53:27


Author: cppljevans
Date: 2010-07-08 14:53:27 EDT (Thu, 08 Jul 2010)
New Revision: 63758
URL: http://svn.boost.org/trac/boost/changeset/63758

Log:
mention indent_buf_in/out as method for modifying indentation
Text files modified:
   sandbox/variadic_templates/libs/iostreams/doc/classes/indent_scoped_ostreambuf.html | 11 ++++++++++-
   1 files changed, 10 insertions(+), 1 deletions(-)

Modified: sandbox/variadic_templates/libs/iostreams/doc/classes/indent_scoped_ostreambuf.html
==============================================================================
--- sandbox/variadic_templates/libs/iostreams/doc/classes/indent_scoped_ostreambuf.html (original)
+++ sandbox/variadic_templates/libs/iostreams/doc/classes/indent_scoped_ostreambuf.html 2010-07-08 14:53:27 EDT (Thu, 08 Jul 2010)
@@ -110,7 +110,16 @@
     HREF='../guide/modes.html#output'>output</A>&gt;</A>
     whose sink is the standard stream buffer saved in step 1, and
     which indents each output line sent to that standard stream buffer
- by a user-modifiable number of spaces.
+ by a user-modifiable number of spaces. The user modifications of
+ the number of spaces is done using the following functions:
+ <OL>
+ <LI><A HREF='../functions/indent_buf_in.html'>indent_buf_in</A>
+ for increasing the number of spaces indented, i.e. indenting inward.
+ </LI>
+ <LI><A HREF='../functions/indent_buf_out.html'>indent_buf_out</A>
+ for decreasing the number of spaces indented, i.e. indenting outward.
+ </LI>
+ </OL>
 </LI>
 </OL>
 </P>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk