swig/Examples/test-suite/doxygen_basic_translate.i

16 lines
No EOL
187 B
OpenEdge ABL

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