Content-Length: 288776 | pFad | http://github.com/doxygen/doxygen/pull/11367/commits/b50ba464850f1087bcdd7da51b094ae5d916698c

41 bug_771452 Warnings show wrong filename when same addtogroup name used in multiple files by albert-github · Pull Request #11367 · doxygen/doxygen · GitHub
Skip to content

bug_771452 Warnings show wrong filename when same addtogroup name used in multiple files #11367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
bug_771452 Warnings show wrong filename when same addtogroup name use…
…d in multiple files

Positional commands added at to of command block as otherwise when adding extra blocks the wrong line might be used
  • Loading branch information
albert-github committed Jan 24, 2025
commit b50ba464850f1087bcdd7da51b094ae5d916698c
7 changes: 4 additions & 3 deletions src/definition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -405,17 +405,18 @@ void DefinitionImpl::_setDocumentation(const QCString &d,const QCString &docFile
p->details = std::make_optional<DocInfo>();
}
DocInfo &details = p->details.value();
QCString docPre = " \\ifile \"" + docFile + "\" \\iline " + std::to_string(docLine) + " ";
if (details.doc.isEmpty()) // fresh detailed description
{
details.doc = doc;
details.doc = docPre + doc;
}
else if (atTop) // another detailed description, append it to the start
{
details.doc = doc+"\n\n"+details.doc;
details.doc = docPre + doc+"\n\n"+details.doc;
}
else // another detailed description, append it to the end
{
details.doc += "\n\n"+doc;
details.doc += "\n\n" + docPre + doc;
}
if (docLine!=-1) // store location if valid
{
Expand Down
Loading








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/doxygen/doxygen/pull/11367/commits/b50ba464850f1087bcdd7da51b094ae5d916698c

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy