Fix for Bug 1045.
Added more detail for method return types in various doc files. Changed version number in epy_docgen.sh to BPY_API_232.
This commit is contained in:
@@ -122,6 +122,6 @@ class Text:
|
||||
def asLines():
|
||||
"""
|
||||
Retrieve the contents of this Text buffer as a list of strings.
|
||||
@rtype: list
|
||||
@return: A list of strings.
|
||||
@rtype: list of strings
|
||||
@return: A list of strings, one for each line in the buffer
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user