Created
February 20, 2025 19:00
-
-
Save jdmichaud/f08419ac1a58b5e2ce4b7983bc0a0aa7 to your computer and use it in GitHub Desktop.
Doxygen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Some sane config values | |
EXTRACT_ALL = YES | |
CLASS_DIAGRAMS = YES | |
HIDE_UNDOC_RELATIONS = NO | |
HAVE_DOT = YES | |
CLASS_GRAPH = YES | |
COLLABORATION_GRAPH = YES | |
UML_LOOK = YES | |
UML_LIMIT_NUM_FIELDS = 50 | |
TEMPLATE_RELATIONS = YES | |
DOT_GRAPH_MAX_NODES = 100 | |
MAX_DOT_GRAPH_DEPTH = 0 | |
DOT_TRANSPARENT = YES | |
RECURSIVE = YES | |
INLINE_SOURCES = YES | |
SOURCE_BROWSER = YES | |
CREATE_SUBDIRS = YES | |
OUTPUT_DIRECTORY = docs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment