* [docs] Change CMake source flag in build documentation
From deprecated -H /path/to/source to -S /path/to/source
* [docs] Add class diagram to Simpleble 'API reference' page
Showing relationship between main frontend classes
* [docs] Add missing Cmake link
* Update api.rst
Removed class diagram. Doesn't seem necessary.
---------
Co-authored-by: Kevin Dewald <5274600+kdewald@users.noreply.github.com>
* Add support to run Doxygen on SimpleBLE source code.
* Merged changelogs and dropped old messages.
* Added tutorial page
* Add tutorial to index
* Minor tweaks in changelog
* Initial tutorial
* Minor fixes
* Clean lint job, add docs build job
* Fix indentation error
* Fix indentation error, again...
* Doxygen now works fine
* Added a lot of documentation
* Fixed issue in CMakeLists which forced incorrect OSX deployment target
* Add logs
* See if deployment target really needs to be defined
* Only set the target if none is set
* Remove unnecessary deployment target configuration. It should be passed in by the user.
* Fixed minor docs issues.