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:
Olly Betts 2007-03-26 01:12:09 +00:00
commit 8d304ae602
9 changed files with 81 additions and 81 deletions

View file

@ -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 &gt;&gt; 1)
typedef int days;