Skip to content

Commit

Permalink
Merge pull request #184 from mcorino/mco-fix-doxygen
Browse files Browse the repository at this point in the history
Make HAVE_DOT configurable.
  • Loading branch information
mcorino authored Oct 27, 2021
2 parents 2ac286b + e6a12c4 commit 9b3e372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/taox11.doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -2308,7 +2308,7 @@ HIDE_UNDOC_RELATIONS = YES
# set to NO
# The default value is: NO.

HAVE_DOT = YES
HAVE_DOT = $(BRIX11_HAVE_DOT)

# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
# to run in parallel. When set to 0 doxygen will base this on the number of
Expand Down

0 comments on commit 9b3e372

Please sign in to comment.