waf/demos/doxy/subdir/c.h

19 lines
160 B
C++

/*!
* Nothing to hide, so all is public
*/
class meep
{
public:
/*!
* attribute a, hmmm :-)
*/
int a;
/*!
* no comments
*/
meep();
};