From 7944b8e632a063032452e7fe50074ec7eba3fe2e Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Thu, 20 May 2021 20:48:10 +0200 Subject: issue #8560: Regression: In Python/xml output, refid and qualified name of base compound not resolved under certain conditions --- src/doxygen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/doxygen.cpp b/src/doxygen.cpp index 51fcd16..d589555 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -1671,6 +1671,7 @@ static void buildNamespaceList(const Entry *root) nd->setName(fullName); // change name to match docs nd->addSectionsToDefinition(root->anchors); nd->setBriefDescription(root->brief,root->briefFile,root->briefLine); + nd->setArtificial(FALSE); // found namespace explicitly, so cannot be artificial if (nd->getLanguage()==SrcLangExt_Unknown) { nd->setLanguage(root->lang); -- cgit v0.12