Add clang-tidy configuration and update project version to 0.3.0
- Introduced a new .clang-tidy configuration file for improved code quality checks with a lenient setup. - Updated Doxyfile to reflect the new project version 0.3.0 and set the output directory for documentation. - Enhanced README and changelog with new features, including theme management and multi-session support. - Improved CI workflow to run clang-tidy with specified configurations for better code analysis.
This commit is contained in:
2
Doxyfile
2
Doxyfile
@@ -48,7 +48,7 @@ PROJECT_NAME = "yaze"
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = "0.2.2"
|
||||
PROJECT_NUMBER = "0.3.0"
|
||||
|
||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||
# for a project that appears at the top of each page and should give viewer a
|
||||
|
||||
Reference in New Issue
Block a user