Doxygen... is it supposed to autogenerate the Class descriptions ?

12 Dec 2011

Hello

I just published my ST7735 SPI TFT library. I was under the impression, that Doxygen would 'autogenerate' some sort of documentation about classes and API when I publish. To my understanding, I have commented the files as they should be. However nothing happened. What am I missing here ?

You can see the library here: http://mbed.org/users/smultron1977/libraries/ST7735_TFT/m20nw8

Excuse my newbieness, I'm just a dabbler in coding.

12 Dec 2011

Hi jonne,

I think it is just you haven't commented the class itself; add a comment for the class before "class xyz" in addition to the methods you've done already and I hope it'll spring in to life.

Simon