I have a rather tiny project, which has a .ino file (as required for the arduino world), and a few more traditional .cpp and .h files.
I added the @mainpage tag to the .ino file and added *.ino to the input filter in doxywizard.
When the docs are built, it does not throw an error that I spotted, but it also does not generate anything from the .ino file. It will show up in the list of files and the source browser.
If I simply append .cpp to the .ino and run it again, then it works as expected. While not a fan of the .ino file convention, I'd like to see if there is a way to support it.
This was tested with v1.8.14. Am I missing anything?
Last edit: David Smart 2018-06-02
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a rather tiny project, which has a .ino file (as required for the arduino world), and a few more traditional .cpp and .h files.
I added the @mainpage tag to the .ino file and added *.ino to the input filter in doxywizard.
When the docs are built, it does not throw an error that I spotted, but it also does not generate anything from the .ino file. It will show up in the list of files and the source browser.
If I simply append .cpp to the .ino and run it again, then it works as expected. While not a fan of the .ino file convention, I'd like to see if there is a way to support it.
This was tested with v1.8.14. Am I missing anything?
Last edit: David Smart 2018-06-02