git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13261 626c5289-ae23-0410-ae9c-e8d60b6d4f22
18 lines
195 B
OpenEdge ABL
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()
|
|
{
|
|
}
|
|
|
|
%}
|