Link to read-only variables section added

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7596 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-10-06 21:49:58 +00:00
commit 42a4d6f35d
4 changed files with 13 additions and 5 deletions

View file

@ -888,8 +888,9 @@ extern char *path;
</div>
<p>
The <tt>%immutable</tt> directive stays in effect until it is explicitly disabled using
The <tt>%immutable</tt> directive stays in effect until it is explicitly disabled or cleared using
<tt>%mutable</tt>.
See the <a href="SWIG.html#SWIG_readonly_variables">Creatng read-only variables</a> section for further details.
</p>
<p>