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

[doc] doxygen support #627

Merged
merged 7 commits into from
Jun 5, 2019
Merged

[doc] doxygen support #627

merged 7 commits into from
Jun 5, 2019

Conversation

simogasp
Copy link
Member

@simogasp simogasp commented Apr 24, 2019

Description

Add support for generating the documentation with doxygen

Features list

  • added Doxyfile template
  • it uses README.md as the first page
  • it does not generate the documentation for the dependencies
  • support for installation

Implementation remarks

I add to move the version detection of the library to the top of CMakeLists.txt because I needed the value for the doxygen template (and also it make more sense to have the values available right from the beginning).
For the same reason, the include directory part is moved before the documentation check to have generateDir available.

@fabiencastan fabiencastan merged commit 0e0579f into develop Jun 5, 2019
@fabiencastan fabiencastan deleted the devDoxygen branch June 5, 2019 11:04
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.

2 participants