BMP3_SensorAPI icon indicating copy to clipboard operation
BMP3_SensorAPI copied to clipboard

docs: add Doxyfile and .gitignore

Open aanas-sayed opened this issue 7 months ago • 0 comments

Description:

This PR adds a Doxyfile and a .gitignore to the repository.

  • The project already included Doxygen-style comments, but no Doxyfile was 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 clutter git status and risk accidental commits especially when using the repo as a submodule.

Output: image

aanas-sayed avatar May 16 '25 05:05 aanas-sayed