Skip to content

Commit

Permalink
Bug 763471 - imported section anchors are copied in project tagfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Mar 14, 2016
1 parent f26cc41 commit 8542ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ void Definition::writeDocAnchorsToTagFile(FTextStream &tagFile)
SectionInfo *si;
for (;(si=sdi.current());++sdi)
{
if (!si->generated)
if (!si->generated && si->ref.isEmpty())
{
//printf("write an entry!\n");
if (definitionType()==TypeMember) tagFile << " ";
Expand Down

0 comments on commit 8542ec9

Please sign in to comment.