Correct default arg link in Python docs
[skip ci]
This commit is contained in:
parent
c4b7605638
commit
bf24c11645
1 changed files with 1 additions and 1 deletions
|
|
@ -4186,7 +4186,7 @@ also be used to extra binary data from arbitrary pointers.
|
|||
|
||||
<p>
|
||||
C++ default argument code generation is documented in the main
|
||||
<a href="SWIG.html#SWIGPlus_default_args">Default arguments</a> section.
|
||||
<a href="SWIGPlus.html#SWIGPlus_default_args">Default arguments</a> section.
|
||||
There is also an optional Python specific feature that can be used called the <tt>python:cdefaultargs</tt>
|
||||
<a href="Customization.html#Customization_feature_flags">feature flag</a>.
|
||||
By default, SWIG attempts to convert C++ default argument values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue