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