mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 15:53:42 +00:00
Compare commits
No commits in common. "cd42b4df3e54669ed2f3156601c2cd6825bc303c" and "01ab55acb080944fd89a4f493bd041336ece71bd" have entirely different histories.
cd42b4df3e
...
01ab55acb0
2
.github/workflows/doxygen.yaml
vendored
2
.github/workflows/doxygen.yaml
vendored
@ -1,5 +1,7 @@
|
||||
on:
|
||||
push:
|
||||
branches: [ main, documentation ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
permissions:
|
||||
|
||||
4
Doxyfile
4
Doxyfile
@ -42,13 +42,13 @@ DOXYFILE_ENCODING = UTF-8
|
||||
# title of most generated pages and in a few other places.
|
||||
# The default value is: My Project.
|
||||
|
||||
PROJECT_NAME = "VEGO-Engine"
|
||||
PROJECT_NAME = "SDL Minigame"
|
||||
|
||||
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = 0.1
|
||||
PROJECT_NUMBER = 1.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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user