Skip to content
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

Fix doxygen html generation #1048

Merged
merged 1 commit into from
Jun 22, 2020

Conversation

BenjaminW3
Copy link
Member

@BenjaminW3 BenjaminW3 commented Jun 21, 2020

This should fix #1037

By deleting doxygen/* the repository we checked out before was deleted.
We only want to delete the content doxygen/html/* but not the hidden
.git directory. After fixing this, we should not need to force add
files anymore.

We do not need to enable GENERATE_HTML because it is enabled by default.

By deleting `doxygen/*` the repository we checked out before was deleted.
We only want to delete the content `doxygen/html/*` but not the hidden
`.git` directory. After fixing this, we should not need to force add
files anymore.

We do not need to enable `GENERATE_HTML` because it is enabled by default.
@BenjaminW3 BenjaminW3 merged commit 3fb905b into alpaka-group:develop Jun 22, 2020
@BenjaminW3 BenjaminW3 deleted the topic-fix-doxygen branch June 22, 2020 07:49
This was referenced Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

doxygen build failes
2 participants