aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorkotorifan <kotorifan05@gmail.com>2026-01-23 15:15:48 +0100
committerkotorifan <kotorifan05@gmail.com>2026-02-04 09:02:16 +0100
commit32837712fedf4557ff44df7d5b8ddbd40c5f7990 (patch)
tree671d2b82f45d5e6de70ac5d15f59ea94b884d4b6 /Doxyfile
downloadgameboy-32837712fedf4557ff44df7d5b8ddbd40c5f7990.tar.gz
Stupid problems with the old git repo. New one, unfortunately.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile14
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