docstring and autodoc support for Ruby. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9750 626c5289-ae23-0410-ae9c-e8d60b6d4f22
12 lines
227 B
OpenEdge ABL
12 lines
227 B
OpenEdge ABL
namespace std
|
|
{
|
|
%callback("%s") endl;
|
|
%callback("%s") ends;
|
|
%callback("%s") flush;
|
|
}
|
|
|
|
%warnfilter(365) operator+=;
|
|
%warnfilter(802) std::basic_iostream; // turn off multiple inheritance warning
|
|
|
|
%include <std/std_iostream.i>
|
|
|