diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-03-17 15:56:28 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2018-03-17 15:56:28 (GMT) |
commit | bf4c90ae6e433922b011d51401db8eb23a83f294 (patch) | |
tree | 10604f0983cec8d0f8bc3ba34ebf26f374f6161e /src/namespacedef.cpp | |
parent | a1ddcc91ab6e1f7f69310179c2377e7666808a14 (diff) | |
download | Doxygen-bf4c90ae6e433922b011d51401db8eb23a83f294.zip Doxygen-bf4c90ae6e433922b011d51401db8eb23a83f294.tar.gz Doxygen-bf4c90ae6e433922b011d51401db8eb23a83f294.tar.bz2 |
Bug 777746 - Build of PDF with LaTEX breaks
Diffstat (limited to 'src/namespacedef.cpp')
-rw-r--r-- | src/namespacedef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namespacedef.cpp b/src/namespacedef.cpp index c674760..d3eb0df 100644 --- a/src/namespacedef.cpp +++ b/src/namespacedef.cpp @@ -961,7 +961,7 @@ void NamespaceSDict::writeDeclaration(OutputList &ol,const char *title, bool found=FALSE; for (ni.toFirst();(nd=ni.current()) && !found;++ni) { - if (nd->isLinkable()) + if (nd->isLinkable() && nd->hasDocumentation()) { SrcLangExt lang = nd->getLanguage(); if (SrcLangExt_IDL==lang) |