diff options
author | MerryMage <MerryMage@users.noreply.github.com> | 2018-01-14 00:49:16 +0100 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2018-01-14 00:56:18 +0100 |
commit | 80db02c49789b73f10169bc398e51726e51b139e (patch) | |
tree | 3561f5de6afbf8b3de4b167f8e4cccd60fc53db6 /Doxyfile | |
parent | macOS: Update Info.plist (diff) | |
download | yuzu-80db02c49789b73f10169bc398e51726e51b139e.tar yuzu-80db02c49789b73f10169bc398e51726e51b139e.tar.gz yuzu-80db02c49789b73f10169bc398e51726e51b139e.tar.bz2 yuzu-80db02c49789b73f10169bc398e51726e51b139e.tar.lz yuzu-80db02c49789b73f10169bc398e51726e51b139e.tar.xz yuzu-80db02c49789b73f10169bc398e51726e51b139e.tar.zst yuzu-80db02c49789b73f10169bc398e51726e51b139e.zip |
Diffstat (limited to '')
-rw-r--r-- | Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = Citra +PROJECT_NAME = yuzu # 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 @@ -44,7 +44,7 @@ PROJECT_NUMBER = # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "Nintendo 3DS emulator/debugger" +PROJECT_BRIEF = "Nintendo Switch emulator/debugger" # With the PROJECT_LOGO tag one can specify an logo or icon that is included in # the documentation. The maximum height of the logo should not exceed 55 pixels |