I am trying to follow these doxygen examples, but nothing shows up. I run
doxygen Doxyfile
, and check the index.html
file, but nothing is there. Only stuff that is in my mainpage.dox
file, nothing to do with any classes. Ideally I'd have a class list, with this particular class I documented in it.
Perhaps it's my file structure. Does Doxygen just recurisvely search the root directory, or does it look for files with a special tag?
RECURSIVE = YES
thanks for the help - Taylor