Taught CMake how to build Doxygen HTML pages for the project. I used the vecmem_docs target name for it, so that it would not interfere with a parent project's similar target.
As I said on Mattermost, I'd like to be able to push the generated pages to https://acts-project.github.io/vecmem/. If we can find a way to make that happen...
Right now locally it generates the following, rather spartan looking pages.
But with a bit of extra work these could be improved upon later on...
Taught CMake how to build Doxygen HTML pages for the project. I used the
vecmem_docs
target name for it, so that it would not interfere with a parent project's similar target.As I said on Mattermost, I'd like to be able to push the generated pages to https://acts-project.github.io/vecmem/. If we can find a way to make that happen...
Right now locally it generates the following, rather spartan looking pages.
But with a bit of extra work these could be improved upon later on...