Escape < and > in HTML since unescaped instances confuse htmldoc and cause it
to mangle the "one HTML page" version of the manual. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9662 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
4f605e12e2
commit
8d304ae602
9 changed files with 81 additions and 81 deletions
|
|
@ -126,7 +126,7 @@ As we mentioned earlier the ideal way to use SWIG is to use interface
|
|||
|
||||
<div class="code"><pre>
|
||||
#define y 5
|
||||
#define x (y >> 1)
|
||||
#define x (y >> 1)
|
||||
|
||||
typedef int days;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue