Right now, in the Doxyfile, we have:
OUTPUT_DIRECTORY = /Users/ryandeschamps/graphpass/DOCS
When trying to generate local Doxyfiles, the error of course appears:
error: tag OUTPUT_DIRECTORY: Output directory `/Users/ryandeschamps/graphpass/DOCS' does not exist and cannot be created
That line should be changed to a relative one. I assume just /docs but as this is your project @greebie I thought I would look to you. 😄
Right now, in the Doxyfile, we have:
When trying to generate local Doxyfiles, the error of course appears:
That line should be changed to a relative one. I assume just
/docsbut as this is your project @greebie I thought I would look to you. 😄