Merge branch 'doc-work' into upstream-master
* doc-work: Move the attribute.i docs into Library.html Move %attribute documentation into the manual
This commit is contained in:
commit
aef4a0f90a
3 changed files with 213 additions and 126 deletions
|
|
@ -2773,6 +2773,11 @@ void Foo_w_set(FOO *f, WORD value) {
|
|||
</pre>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
If you have accessor methods that you want to use as attributes in the
|
||||
target language, you can make them appear as data members using
|
||||
<a href="Library.html#Library_Attributes">attributes.i</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Compatibility Note:</b> SWIG-1.3.11 and earlier releases transformed all non-primitive member datatypes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue