Open
Description
Hi,
I see Doxygen as a very good possibility for code documentation. I have sloeber running, I have Doxygen running.
Doxygen requires a folder of the project where all Source Code of the project can be found.
When I look in The project Release folder, there are all used libraries but of course they are .o object files. Is there a possibility that Sloeber copies not only the object files but also the source files into the Release folder, or even better, into a Release/Sourcecode folder? The main programs *.ino should be included as well.
In this case it would be sufficient to set doxygen to this source code folder. *.o *.p files are obviously ignored by doxygen.
Best regards
Alexander