BMP3_SensorAPI
BMP3_SensorAPI copied to clipboard
docs: add Doxyfile and .gitignore
Description:
This PR adds a Doxyfile and a .gitignore to the repository.
- The project already included Doxygen-style comments, but no
Doxyfilewas present. This meant that users wanting to generate documentation had to create their own Doxyfile. - Without a
.gitignore, running Doxygen produces a large number of untracked files that cluttergit statusand risk accidental commits especially when using the repo as a submodule.
Output: