I'm sure this has already been asked somewhere, but I canβt find it, so here it is.
I am creating a C program and using Doxygen to create documentation. I am quite pleased with the results, however there is no content on the main page. I would like to fill out the main page with a list of all the functions and structures used in the program in alphabetical order.
I donβt know much about Doxygen, apart from the simple tutorial that I used to achieve this. This is similar to the task that Doxygen can do, but for now, all I have found is instructions on how to create a custom homepage.
Can I use Doxygen to automatically create a list of functions and structures on the main page?
source share