diff options
| author | kotorifan <kotorifan05@gmail.com> | 2026-01-23 15:15:48 +0100 |
|---|---|---|
| committer | kotorifan <kotorifan05@gmail.com> | 2026-02-04 09:02:16 +0100 |
| commit | 32837712fedf4557ff44df7d5b8ddbd40c5f7990 (patch) | |
| tree | 671d2b82f45d5e6de70ac5d15f59ea94b884d4b6 /Doxyfile | |
| download | gameboy-32837712fedf4557ff44df7d5b8ddbd40c5f7990.tar.gz | |
Stupid problems with the old git repo. New one, unfortunately.
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Doxyfile b/Doxyfile new file mode 100644 index 0000000..1a7fb46 --- /dev/null +++ b/Doxyfile @@ -0,0 +1,14 @@ +PROJECT_NAME = "gameboy emulator" + +INPUT = src + +RECURSIVE = YES + +GENERATE_HTML = YES +HTML_OUTPUT = html +GENERATE_TEXT = YES +TEXT_OUTPUT = text +TEXT_FILE_EXTENSION = .txt + +HAVE_DOT = YES +EXTRACT_ALL=YES
\ No newline at end of file |
