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