dwww Home | Show directory contents | Find package

%module doxygen_alias

#ifdef SWIGJAVA
%feature("doxygen:alias:nullptr") "null"
#elif defined(SWIGPYTHON)
%feature("doxygen:alias:nullptr") "None"
#else
%feature("doxygen:alias:nullptr") "NULL"
#endif

%inline %{

class Something {};

/**
    A function returning something.

    @returns A new object which may be @nullptr.
 */
Something* make_something() { return 0; }

%}

Generated by dwww version 1.15 on Tue Jul 2 00:27:35 CEST 2024.