summaryrefslogtreecommitdiffstats
path: root/src/htmldocvisitor.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2018-12-03 19:29:46 (GMT)
committerGitHub <noreply@github.com>2018-12-03 19:29:46 (GMT)
commit83216e860205fcef3251c9a374d2f526cd52417d (patch)
treec0f9bf153bb642fe1acbd0b5440859f62301582c /src/htmldocvisitor.cpp
parentc470352ab6d58689be49fe05fd30d28c59380461 (diff)
parentf4a16c46b29817ab0847555a2a51e4fa556e4f16 (diff)
downloadDoxygen-83216e860205fcef3251c9a374d2f526cd52417d.zip
Doxygen-83216e860205fcef3251c9a374d2f526cd52417d.tar.gz
Doxygen-83216e860205fcef3251c9a374d2f526cd52417d.tar.bz2
Merge pull request #6656 from albert-github/feature/bug_xhtml_latexinclude
Incorrect tag sequence for xhtml with latexinclude command possible
Diffstat (limited to 'src/htmldocvisitor.cpp')
-rw-r--r--src/htmldocvisitor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htmldocvisitor.cpp b/src/htmldocvisitor.cpp
index 2223ed9..484af1b 100644
--- a/src/htmldocvisitor.cpp
+++ b/src/htmldocvisitor.cpp
@@ -173,6 +173,7 @@ static bool isDocIncludeVisible(DocInclude *s)
switch (s->type())
{
case DocInclude::DontInclude:
+ case DocInclude::LatexInclude:
return FALSE;
default:
return TRUE;