Skip to content

Commit dca8cf9

Browse files
committed
issue #10460 \hideinheritancegraph not working
get `\hideinheritancegrap`, `inheritancegraph`, `\hidecollaborationgraph ` and `\collaborationgraph ` working for "out of place" class documentation.
1 parent 9482e67 commit dca8cf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doxygen.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,8 @@ static void addClassToContext(const Entry *root)
952952

953953
cd->setDocumentation(root->doc,root->docFile,root->docLine);
954954
cd->setBriefDescription(root->brief,root->briefFile,root->briefLine);
955+
cd->enableCollaborationGraph(root->collaborationGraph);
956+
cd->setTypeInheritanceGraph(root->inheritanceGraph);
955957

956958
if (!root->spec.isForwardDecl() && cd->isForwardDeclared())
957959
{

0 commit comments

Comments
 (0)