summaryrefslogtreecommitdiffstats
path: root/src/docparser.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-12-26 12:35:01 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-12-26 12:35:01 (GMT)
commit2d3a014e62dce6f93e959ef6106ecc9167729967 (patch)
treedc73c573077513a68ddb24f4d84c8b1c5f0ed3fc /src/docparser.h
parent9901c06e250aca3b4b01b9038b7eed5af05b8398 (diff)
parent5b1eaf616f0edd430637d31eae51eea26fbac408 (diff)
downloadDoxygen-2d3a014e62dce6f93e959ef6106ecc9167729967.zip
Doxygen-2d3a014e62dce6f93e959ef6106ecc9167729967.tar.gz
Doxygen-2d3a014e62dce6f93e959ef6106ecc9167729967.tar.bz2
Merge branch 'feature/bug_html_s' of https://github.com/albert-github/doxygen into albert-github-feature/bug_html_s
Diffstat (limited to 'src/docparser.h')
-rw-r--r--src/docparser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/docparser.h b/src/docparser.h
index 35b2285..b7164d7 100644
--- a/src/docparser.h
+++ b/src/docparser.h
@@ -385,7 +385,8 @@ class DocStyleChange : public DocNode
Strike = (1<<10),
Underline = (1<<11),
Del = (1<<12),
- Ins = (1<<13)
+ Ins = (1<<13),
+ S = (1<<14)
};
DocStyleChange(DocNode *parent,uint position,Style s,const QCString &tagName,bool enable,