Rename member variables to follow convention of m_ prefix
In addition:
- Introduce pre-build check in the CI that the member variable naming convention is being followed in all classes
- Fix some shadowing of variables
- Fixes to Doxygen configuration
- Enable shadowing and overloaded-virtual compiler warnings