diff options
| author | 2015-05-25 19:39:50 +0200 | |
|---|---|---|
| committer | 2015-05-25 19:39:50 +0200 | |
| commit | c319d1ada7409c396a8724ff62a81b7e41e1a911 (patch) | |
| tree | 90f7bc139509d33738445c7a8976bb56b2e429f2 /Doxyfile | |
| parent | Assets: Move citra.ico from src/assets to dist. (diff) | |
| download | yuzu-c319d1ada7409c396a8724ff62a81b7e41e1a911.tar.gz yuzu-c319d1ada7409c396a8724ff62a81b7e41e1a911.tar.xz yuzu-c319d1ada7409c396a8724ff62a81b7e41e1a911.zip | |
Documentation: Move doc-icon.png from the root to dist.
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -51,7 +51,7 @@ PROJECT_BRIEF = "Nintendo 3DS emulator/debugger" | |||
| 51 | # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo | 51 | # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo |
| 52 | # to the output directory. | 52 | # to the output directory. |
| 53 | 53 | ||
| 54 | PROJECT_LOGO = doc-icon.png | 54 | PROJECT_LOGO = dist/doc-icon.png |
| 55 | 55 | ||
| 56 | # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path | 56 | # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path |
| 57 | # into which the generated documentation will be written. If a relative path is | 57 | # into which the generated documentation will be written. If a relative path is |