Skip to content

Instantly share code, notes, and snippets.

@fmatosqg
fmatosqg / doxygen.config
Created April 5, 2018 23:53
Doxygen configuration file for generating Caller / Callee graphs. Needs Graphviz installed
# Doxyfile 1.8.0
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
#
# All text after a hash (#) is considered a comment and will be ignored.
# The format is:
# TAG = value [value, ...]
# For lists items can also be appended using:
# TAG += value [value, ...]