Using Doxygen help in QtCreator

Wednesday, 20 May 2009, 19:23 | Category : Qt, Software Development
Tags :

If you’re documenting your classes with Doxygen tags you might be wondering if you can use that help inside QtCreator and get those F1 tooltips whenever you hover a documented class or method.
I wondered the same thing, and it turns out Doxygen needed a little tweaking to make it work. Karsten Heimrich at Nokia rather [...]