Skip to content

Commit

Permalink
issue #10097 missing TOC on \subpage
Browse files Browse the repository at this point in the history
  • Loading branch information
doxygen committed May 29, 2023
1 parent dd36c0d commit b5fe708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pagedef.cpp
Expand Up @@ -266,7 +266,7 @@ void PageDefImpl::writeDocumentation(OutputList &ol)

ol.startContents();
if ((m_localToc.isHtmlEnabled() || m_localToc.isLatexEnabled() || m_localToc.isDocbookEnabled())
&& hasSections() && !hasParentPage())
&& hasSections())
{
writeToc(ol, m_localToc);
}
Expand Down

0 comments on commit b5fe708

Please sign in to comment.