From 32837712fedf4557ff44df7d5b8ddbd40c5f7990 Mon Sep 17 00:00:00 2001 From: kotorifan Date: Fri, 23 Jan 2026 15:15:48 +0100 Subject: Stupid problems with the old git repo. New one, unfortunately. --- Doxyfile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Doxyfile (limited to 'Doxyfile') 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 -- cgit v1.3