I'm trying to document a library I'm writing using Doxygen, and I've decided to try to write a basic tutorial. I've created separate pages for it. Now, I want to include full files in code blocks. I found the @include
command, but that doesn't work. Nothing appears except a thin blue bar the length of the page. I've tried giving it just the name of the file (filename.ext
), as well as with the relative path to the file, with both front and back slash (Source/filename.ext
and Source\filename.ext
).
1
votes
EXAMPLE_PATH
in the Doxyfile? – albert