Skip to content

Instantly share code, notes, and snippets.

@jdmichaud
Created February 20, 2025 19:00
Show Gist options
  • Save jdmichaud/f08419ac1a58b5e2ce4b7983bc0a0aa7 to your computer and use it in GitHub Desktop.
Save jdmichaud/f08419ac1a58b5e2ce4b7983bc0a0aa7 to your computer and use it in GitHub Desktop.
Doxygen
# 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