Update of /cvsroot/happydoc/HappyDoc3/happydoclib/docstring
In directory sc8-pr-cvs1:/tmp/cvs-serv12831/happydoclib/docstring
Modified Files:
docstring_RawText.py
Log Message:
Cleaned up docstring.
Index: docstring_RawText.py
===================================================================
RCS file: /cvsroot/happydoc/HappyDoc3/happydoclib/docstring/docstring_RawText.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** docstring_RawText.py 17 Nov 2002 00:26:19 -0000 1.1.1.1
--- docstring_RawText.py 19 Jan 2003 22:04:06 -0000 1.2
***************
*** 29,38 ****
This converter does not modify its inputs in any way.
-
- This is most useful for internal calls in a formatter. For
- instance, if a formatter calls self.writeText() and passes text
- that it has produced, it can use "RawText" as the 'textFormat'
- argument.
-
"""
--- 29,32 ----
***************
*** 84,94 ****
"""Raw (pass-through) docstring converter.
! This is most useful for internal calls in a formatter. For
! instance, if a formatter calls self.writeText() and passes text
! that it has produced, it can use "RawText" as the 'textFormat'
! argument.
!
! This converter is not recommended for most uses.
!
"""
--- 78,82 ----
"""Raw (pass-through) docstring converter.
! This converter does not modify its inputs in any way.
"""
|