Improve Python docstring indentation handling
SWIG-3.0.5 and earlier sometimes truncated text provided in the docstring feature. SWIG-3.0.6 gave a 'Line indented less than expected' error instead of truncating the docstring text. Now the indentation for the 'docstring' feature is smarter and is adjusted so that no truncation occurs. Closes #475
This commit is contained in:
parent
812f789db6
commit
fa282b3540
5 changed files with 308 additions and 28 deletions
|
|
@ -59,6 +59,7 @@ CPP_TEST_CASES += \
|
|||
python_abstractbase \
|
||||
python_append \
|
||||
python_director \
|
||||
python_docstring \
|
||||
python_nondynamic \
|
||||
python_overload_simple_cast \
|
||||
python_pythoncode \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue