New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doxyfile points to absolute rather than relative directory #54

Closed
ianmilligan1 opened this Issue Sep 4, 2018 · 3 comments

Comments

Projects
None yet
3 participants
@ianmilligan1
Member

ianmilligan1 commented Sep 4, 2018

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. 😄

@greebie

This comment has been minimized.

Show comment
Hide comment
@greebie

greebie Sep 4, 2018

Collaborator

What you mean you can't access that folder? :) Yes, I think it should be switched.

Collaborator

greebie commented Sep 4, 2018

What you mean you can't access that folder? :) Yes, I think it should be switched.

@ianmilligan1

This comment has been minimized.

Show comment
Hide comment
@ianmilligan1

ianmilligan1 Sep 4, 2018

Member

Oh, perfect - thanks @ruebot. Cleaned up everything. 😄

Member

ianmilligan1 commented Sep 4, 2018

Oh, perfect - thanks @ruebot. Cleaned up everything. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment