Testing::CPhysicsTickerObserver *view = new Testing::CPhysicsTickerObserver(model, g, g.get_font_small(), CColor(10), CRect(0, 0, 100, 100));
Note that at the top, the mention of Testing::CPhysicsTickerObserver and Testing::CPhysicsTickerObserver() are both hyperlinked.
Testing::CPhysicsTickerObserver *view = new
Testing::CPhysicsTickerObserver(model, g, g.get_font_small(),
CColor(10), CRect(0, 0, 100, 100));
Now note that the same calls aren't hyperlinked! In fact, I can mention Testing::CPhysicsTickerObserver() all I want and it won't get hyperlinked, although Testing::CPhysicsTickerObserver will be hyperlinked.
This problem is easily reproducible. Just copy test.h to a new directory, do doxygen -g
and then doxygen Doxyfile
, and you should get the same result.