diff options
author | albert-github <albert.tests@gmail.com> | 2019-08-16 10:46:21 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-08-16 10:46:21 (GMT) |
commit | cf82dae5f6a9fddcc24e9b7acc110f72fa0442df (patch) | |
tree | 039206e73b27e367e643323b73c0795ef2ee7dec /testing | |
parent | 66ae8f62afbdc98c1c190fcc74a8263e7e6a0aa8 (diff) | |
download | Doxygen-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')
-rw-r--r-- | testing/086/086__style__tags_8h.xml | 2 | ||||
-rw-r--r-- | testing/086_style_tags.h | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/testing/086/086__style__tags_8h.xml b/testing/086/086__style__tags_8h.xml index a1803da..5a21a9b 100644 --- a/testing/086/086__style__tags_8h.xml +++ b/testing/086/086__style__tags_8h.xml @@ -5,7 +5,7 @@ <briefdescription> </briefdescription> <detaileddescription> - <para>In the following the word tag has the style as indicated before it.<itemizedlist><listitem><para>This is a bold <bold>tag</bold>.</para></listitem><listitem><para>This is a <computeroutput>strong</computeroutput> bold <bold>tag</bold>.</para></listitem><listitem><para>This is an italic <emphasis>tag</emphasis>.</para></listitem><listitem><para>This is an <computeroutput>em</computeroutput> italic <emphasis>tag</emphasis>.</para></listitem><listitem><para>This is a strike through <strike>tag</strike>.</para></listitem><listitem><para>This is an underline <underline>tag</underline>.</para></listitem><listitem><para>This is an insterted <ins>tag</ins>.</para></listitem><listitem><para>This is a deleted <del>tag</del>.</para></listitem><listitem><para>This is a typewriter <computeroutput>tag</computeroutput>. </para></listitem></itemizedlist> + <para>In the following the word tag has the style as indicated before it.<itemizedlist><listitem><para>This is a bold <bold>tag</bold>.</para></listitem><listitem><para>This is a <computeroutput>strong</computeroutput> bold <bold>tag</bold>.</para></listitem><listitem><para>This is an italic <emphasis>tag</emphasis>.</para></listitem><listitem><para>This is an <computeroutput>em</computeroutput> italic <emphasis>tag</emphasis>.</para></listitem><listitem><para>This is a strike through <strike>tag</strike>.</para></listitem><listitem><para>This is a <computeroutput>s</computeroutput> strike through <s>tag</s>.</para></listitem><listitem><para>This is an underline <underline>tag</underline>.</para></listitem><listitem><para>This is an <computeroutput>ins</computeroutput> inserted <ins>tag</ins>.</para></listitem><listitem><para>This is a deleted <del>tag</del>.</para></listitem><listitem><para>This is a typewriter <computeroutput>tag</computeroutput>. </para></listitem></itemizedlist> </para> </detaileddescription> <location file="086_style_tags.h"/> 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>. */ |