classTest{public:voiddrawRect(int,int,int,int);voiddrawRect(constRect&r);};voidTest::drawRect(intx,inty,intw,inth){}voidTest::drawRect(constRect&r){}/*! \class Test * \brief A short description. * * More text. *//*! \fn void Test::drawRect(int x,int y,int w,int h) * This command draws a rectangle with a left upper corner at ( \a x , \a y ), * width \a w and height \a h. *//*! * \overload void Test::drawRect(const Rect &r) */