diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | doc/Doxyfile.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0b0d5f87a..0230e16ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -38,6 +38,7 @@ apt (0.7.22.3) unstable; urgency=low thanks Modestas Vainius for noticing! (Closes: #531157, LP: #411435) * doc/Doxyfile.in: - update file with doxygen 1.6.1 (current unstable) + - activate DOT_MULTI_TARGETS, it is default on since doxygen 1.5.9 [ George Danchev ] * cmdline/apt-cache.cc: diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 19f4c54cc..43d961443 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1500,7 +1500,7 @@ DOT_TRANSPARENT = NO # makes dot run faster, but since only newer versions of dot (>1.8.10) # support this, this feature is disabled by default. -DOT_MULTI_TARGETS = NO +DOT_MULTI_TARGETS = YES # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will # generate a legend page explaining the meaning of the various boxes and |