summaryrefslogtreecommitdiffstats
path: root/src/code.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-06-25 18:00:24 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-06-25 18:00:24 (GMT)
commit17c14fb5230cfc532577c32df1d10223534392d8 (patch)
treed1ce681120f6cf7c6aed4ba77feceafcc66cc853 /src/code.l
parent80108293f1f4808c02d28d2d1620563437433a56 (diff)
downloadDoxygen-17c14fb5230cfc532577c32df1d10223534392d8.zip
Doxygen-17c14fb5230cfc532577c32df1d10223534392d8.tar.gz
Doxygen-17c14fb5230cfc532577c32df1d10223534392d8.tar.bz2
Release-1.3.2-20030625
Diffstat (limited to 'src/code.l')
-rw-r--r--src/code.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code.l b/src/code.l
index f2732ee..cc12753 100644
--- a/src/code.l
+++ b/src/code.l
@@ -626,7 +626,7 @@ static void addDocCrossReference(MemberDef *src,MemberDef *dst)
{
dst->addSourceReferencedBy(src);
}
- if (Config_getBool("REFERENCES_RELATION") &&
+ if ((Config_getBool("REFERENCES_RELATION") || Config_getBool("CALL_GRAPH")) &&
(src->isFunction() || src->isSlot())
)
{