chore: Update .gitignore and Doxyfile for improved organization and versioning
- Expanded .gitignore to include additional build artifacts, IDE files, and logs for better project cleanliness. - Updated Doxyfile to increment project version from 0.3.1 to 0.3.2, reflecting recent changes and improvements. - Adjusted excluded directories in Doxyfile for clearer documentation generation.
This commit is contained in:
4
Doxyfile
4
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.3.1"
|
||||
PROJECT_NUMBER = "0.3.2"
|
||||
|
||||
# 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
|
||||
@@ -1056,7 +1056,7 @@ RECURSIVE = YES
|
||||
|
||||
EXCLUDE = assets/ \
|
||||
build/ \
|
||||
cmake/ \
|
||||
cmake/ \
|
||||
docs/archive/ \
|
||||
src/lib/ \
|
||||
|
||||
|
||||
Reference in New Issue
Block a user