This repository was archived by the owner on Nov 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathDoxyfile
More file actions
49 lines (42 loc) · 1.24 KB
/
Doxyfile
File metadata and controls
49 lines (42 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Doxyfile generated by Doxygen MCP Server
# Project related configuration options
PROJECT_NAME = "GhidraMCP"
PROJECT_NUMBER = ""
PROJECT_BRIEF = ""
PROJECT_LOGO = ""
OUTPUT_DIRECTORY = "D:\bin\GhidraMCP\docs"
# Build related configuration options
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
EXTRACT_LOCAL_CLASSES = YES
# Input related configuration options
INPUT = D:\bin\GhidraMCP
FILE_PATTERNS = *.java
RECURSIVE = YES
# Language optimization
OPTIMIZE_OUTPUT_FOR_C = NO
OPTIMIZE_OUTPUT_JAVA = YES
OPTIMIZE_FOR_FORTRAN = NO
OPTIMIZE_OUTPUT_VHDL = NO
# Output format configuration
GENERATE_HTML = YES
GENERATE_LATEX = NO
GENERATE_RTF = NO
GENERATE_MAN = NO
GENERATE_XML = NO
GENERATE_DOCBOOK = NO
# Diagram generation
HAVE_DOT = YES
CLASS_GRAPH = YES
COLLABORATION_GRAPH = YES
CALL_GRAPH = NO
CALLER_GRAPH = NO
INCLUDE_GRAPH = YES
INCLUDED_BY_GRAPH = YES
# Source browsing
SOURCE_BROWSER = YES
INLINE_SOURCES = NO
STRIP_CODE_COMMENTS = YES
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = YES