swig/Examples/test-suite/errors/doxygen_unknown_command.i

7 lines
80 B
OpenEdge ABL

%module xxx
/**
There is an \unknown Doxygen comment here.
*/
void foo();