Revision: 347
Author: roman_yakovenko
Date: 2006-07-25 10:47:50 -0700 (Tue, 25 Jul 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=347&view=rev
Log Message:
-----------
fixing documentation string for multi_line_formatter_t
Modified Paths:
--------------
pyplusplus_dev/pyplusplus/_logging_/multi_line_formatter.py
Modified: pyplusplus_dev/pyplusplus/_logging_/multi_line_formatter.py
===================================================================
--- pyplusplus_dev/pyplusplus/_logging_/multi_line_formatter.py 2006-07-25 14:20:27 UTC (rev 346)
+++ pyplusplus_dev/pyplusplus/_logging_/multi_line_formatter.py 2006-07-25 17:47:50 UTC (rev 347)
@@ -60,11 +60,9 @@
module or it can be of the form <decl>;<msg> where <decl> is the
declaration string and <msg> an arbitrary message. Lines of this
form will be separated so that the declaration and the message
- appear in individual text blocks separated by the string '->'.
+ appear in individual text blocks, where every line of message will start
+ with '>' character.
- In any case the return string will be indented except for the first
- line.
-
width is the maximum width of any text blocks (without indendation).
"""
txts = msgline.split(";")
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|