I want to use doxygen for documentation in my CLion
project.
My project structure looks like this:
project root
|- ...
|- doc/
|- src/
|- ...
I want the documentation of the files in the src/
folder to be placed inside doc/
.
How do I have to configure CMakeLists.txt
to achieve this?
I was searching and trying for a while but I couldn't find any good and up-to-date solution.
I found some references but I was not able to get any solution out of these.