summaryrefslogtreecommitdiffstats
path: root/testing/086_style_tags.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-08-16 10:46:21 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-08-16 10:46:21 (GMT)
commitcf82dae5f6a9fddcc24e9b7acc110f72fa0442df (patch)
tree039206e73b27e367e643323b73c0795ef2ee7dec /testing/086_style_tags.h
parent66ae8f62afbdc98c1c190fcc74a8263e7e6a0aa8 (diff)
downloadDoxygen-cf82dae5f6a9fddcc24e9b7acc110f72fa0442df.zip
Doxygen-cf82dae5f6a9fddcc24e9b7acc110f72fa0442df.tar.gz
Doxygen-cf82dae5f6a9fddcc24e9b7acc110f72fa0442df.tar.bz2
Adding HTML s tag, XML corrections for other tags
Adding the HTML `<s>` tag (https://www.w3schools.com/tags/tag_s.asp). Adding 's' and correcting 'inc' to 'ins' in compound.xsd
Diffstat (limited to 'testing/086_style_tags.h')
-rw-r--r--testing/086_style_tags.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/086_style_tags.h b/testing/086_style_tags.h
index 105adca..625e245 100644
--- a/testing/086_style_tags.h
+++ b/testing/086_style_tags.h
@@ -9,8 +9,9 @@ In the following the word tag has the style as indicated before it.
- This is an italic <i>tag</i>.
- This is an `em` italic <em>tag</em>.
- This is a strike through <strike>tag</strike>.
+- This is a `s` strike through <s>tag</s>.
- This is an underline <u>tag</u>.
-- This is an insterted <ins>tag</ins>.
+- This is an `ins` inserted <ins>tag</ins>.
- This is a deleted <del>tag</del>.
- This is a typewriter <tt>tag</tt>.
*/