summaryrefslogtreecommitdiffstats
path: root/src/doctokenizer.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-12-18 09:50:48 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-12-18 09:50:48 (GMT)
commit7d920a52163162f98c456e051454b9d766e56e69 (patch)
tree2888fdce339b2465fc0611d29eb71085d07eefe7 /src/doctokenizer.h
parent5260651e7e3c5a2a788b2de752028899b5e10c7f (diff)
parent2001c933292d3dd25ebc6634dab62aab7389c5bc (diff)
downloadDoxygen-7d920a52163162f98c456e051454b9d766e56e69.zip
Doxygen-7d920a52163162f98c456e051454b9d766e56e69.tar.gz
Doxygen-7d920a52163162f98c456e051454b9d766e56e69.tar.bz2
Merge branch 'feature/bug_unsupported_html' of https://github.com/albert-github/doxygen into albert-github-feature/bug_unsupported_html
Diffstat (limited to 'src/doctokenizer.h')
-rw-r--r--src/doctokenizer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doctokenizer.h b/src/doctokenizer.h
index badf23e..e01f045 100644
--- a/src/doctokenizer.h
+++ b/src/doctokenizer.h
@@ -100,6 +100,7 @@ struct TokenInfo
HtmlAttribList attribs;
bool endTag = false;
bool emptyTag = false;
+ QCString attribsStr;
// whitespace
QCString chars;