diff options
| author | 2015-05-29 13:56:58 -0700 | |
|---|---|---|
| committer | 2015-05-29 13:56:58 -0700 | |
| commit | fb597b6d68ea07b3b692f9108d4be9c23c8c2585 (patch) | |
| tree | 2bb6189f41188c654c8b85dfbf8156addb676ada /Doxyfile | |
| parent | Merge pull request #828 from lioncash/seq (diff) | |
| parent | Documentation: Move doc-icon.png from the root to dist. (diff) | |
| download | yuzu-fb597b6d68ea07b3b692f9108d4be9c23c8c2585.tar.gz yuzu-fb597b6d68ea07b3b692f9108d4be9c23c8c2585.tar.xz yuzu-fb597b6d68ea07b3b692f9108d4be9c23c8c2585.zip | |
Merge pull request #817 from linkmauve/citra.ico
Move src/assets/citra.ico and doc-icon.png 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 |