swig/Examples/test-suite/doxygen_basic_translate.i
2012-07-07 13:40:41 +00:00

18 lines
195 B
OpenEdge ABL

%module doxygen_basic_translate
%inline %{
/**
* \brief
* Brief description.
*
* The comment text
* \author Some author
* \return Some number
* \sa function2
*/
int function()
{
}
%}