summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-09-14 17:58:04 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-09-14 17:58:04 (GMT)
commit790887ea3f63c051954a4cd49f044fa4f536867d (patch)
tree974aa390483c4db04282b5c314b36c8cc61bec9d /src/util.cpp
parent9a4a4db3c10fc705008aa879806f732b29ad8577 (diff)
downloadDoxygen-790887ea3f63c051954a4cd49f044fa4f536867d.zip
Doxygen-790887ea3f63c051954a4cd49f044fa4f536867d.tar.gz
Doxygen-790887ea3f63c051954a4cd49f044fa4f536867d.tar.bz2
Bug 753500 - $file when using @name is wrong
Diffstat (limited to 'src/util.cpp')
-rwxr-xr-xsrc/util.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 432a76f..e6ea287 100755
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -5901,7 +5901,8 @@ void addMembersToMemberGroup(MemberList *ml,
groupId,
info->header,
info->doc,
- info->docFile
+ info->docFile,
+ info->docLine
);
(*ppMemberGroupSDict)->append(groupId,mg);
}
@@ -5933,7 +5934,8 @@ void addMembersToMemberGroup(MemberList *ml,
groupId,
info->header,
info->doc,
- info->docFile
+ info->docFile,
+ info->docLine
);
(*ppMemberGroupSDict)->append(groupId,mg);
}