acts-project / vecmem

Vectorised data model base and helper classes.
https://acts-project.github.io/vecmem/
Mozilla Public License 2.0
19 stars 13 forks source link

Doxygen Documentation Generation, main branch (2023.01.17.) #212

Closed krasznaa closed 1 year ago

krasznaa commented 1 year ago

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.

image image image

But with a bit of extra work these could be improved upon later on...