Home | History | Annotate | Download | only in flex
      1 %module pyupm_flex
      2 %include "../upm.i"
      3 
      4 %feature("autodoc", "3");
      5 
      6 %include "flex.h"
      7 %{
      8     #include "flex.h"
      9 %}
     10