betwo / vscode-doxygen-runner

VS Code extension for Doxygen generation and preview
https://marketplace.visualstudio.com/items?itemName=betwo.vscode-doxygen-runner
MIT License
0 stars 2 forks source link

How to traverse the project #18

Open lgLindstrom opened 1 year ago

lgLindstrom commented 1 year ago

Hi

Is there a way to configure Doxygen to traverse the complete project ,, starting with ${workspaceFolder}

Also,,, I would like to set the output directory to (something like) ${workspaceFolder}/documentation/doxygen

Maybe this is against your intention with this addon??

betwo commented 1 year ago

Hi @lgLindstrom , sorry for the delay, I somehow missed this issue.

I think those settings should be done in your doxyfile, e.g. with OUTPUT_DIRECTORY. Adding on override would be possible, though.

As for the traversal, what do you have in mind there? Having a central Doxyfile for the whole project? Running doxygen for all Doxyfiles? Running without any Doxyfile at all?