aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
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