html fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12226 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1e051820ec
commit
ea9275ca08
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
|
||||
<body bgcolour="#ffffff">
|
||||
<body bgcolor="#ffffff">
|
||||
|
||||
<H1><a name="Ruby"></a>33 SWIG and Ruby</H1>
|
||||
<!-- INDEX -->
|
||||
|
|
|
|||
|
|
@ -1909,6 +1909,8 @@ The most general function of all of the above ones (not counting
|
|||
<tt>command</tt> which is even more powerful in principle but which should
|
||||
generally be avoided because of performance considerations) is the
|
||||
<tt>regex</tt> one. Here are some more examples of its use:
|
||||
</p>
|
||||
|
||||
<div class="code">
|
||||
<pre>
|
||||
// Strip the wx prefix from all identifiers except those starting with wxEVT
|
||||
|
|
@ -1924,7 +1926,6 @@ generally be avoided because of performance considerations) is the
|
|||
// GetValue -> Value
|
||||
</pre>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
As before, everything that was said above about <tt>%rename</tt> also applies to
|
||||
|
|
|
|||
|
|
@ -34,4 +34,3 @@ Ruby.html
|
|||
Tcl.html
|
||||
R.html
|
||||
Extending.html
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue