summaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorLevent Kaya <levent.kaya@codefirst.io>2024-11-26 02:42:38 +0300
committerLevent Kaya <levent.kaya@codefirst.io>2024-11-26 02:42:38 +0300
commitb40d931f8c4dbedbc7d826eb2f5757abb4546915 (patch)
treed291c5c1c04eea09e120c9f6f67f92066cd9ddfa /docs/Doxyfile
parent3fa39507d7848fc31a9a5e6105c2921992f38cfd (diff)
[docs] doxy update, again.
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile18
1 files changed, 12 insertions, 6 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 2b498bc..ea80145 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -1,8 +1,6 @@
-# Doxyfile for fbgl project documentation
-
# General configuration
PROJECT_NAME = fbgl
-PROJECT_NUMBER = 1.0
+PROJECT_NUMBER = 0.1.0
PROJECT_BRIEF = "Documentation for the fbgl library"
OUTPUT_DIRECTORY = docs
CREATE_SUBDIRS = YES
@@ -42,9 +40,9 @@ HTML_OUTPUT = html
HTML_DYNAMIC_SECTIONS = YES
GENERATE_TREEVIEW = YES
-# Integrating Doxygen Awesome CSS from web
-HTML_EXTRA_STYLESHEET = ./style.css
-HTML_EXTRA_FILES = ./file.js
+# Integrating Doxygen Awesome CSS and JS
+HTML_EXTRA_STYLESHEET = ./docs/style.css
+HTML_EXTRA_FILES = ./docs/file.js
# Warnings
WARNINGS = YES
@@ -58,4 +56,12 @@ ALIASES += "todo=\par\textbf{TODO:}"
ALIASES += "bug=\par\textbf{Bug:}"
EXCLUDE_SYMBOLS = "*Test*"
+# Graph and diagram support
HAVE_DOT = YES
+DOT_GRAPH_MAX_NODES = 50
+DOT_TRANSPARENT = YES
+DOT_IMAGE_FORMAT = svg
+CALL_GRAPH = YES
+CALLER_GRAPH = YES
+CLASS_DIAGRAMS = YES
+DOT_MULTI_TARGETS = YES