@jasen
To include plain text files in Doxygen documentation, you can use the include command in your Doxygen comments. Here's how you can do it:
1 2 3 4 5 6 |
/** * ile * rief Description of the file * * include path/to/your/textfile.txt */ |
Note: Make sure to provide the correct path to the text file in the include command. Doxygen will include the contents of the text file as it is in the generated documentation.