# Purpose: correct mako_test3.do.txt such that we
# can use mako and have lines starting with %
# (i.e., the lines must manually be edited to
# start with %%)

% if FORMAT == "html":

!bc
/* Here is some SWIG code code */
%%module MyMod
%%{
...
%%}

%%init %{
import_array();
%%}
!ec

% endif

And more code:
!bc
%% Matlab comment only
...
!ec
