Bump to doxygen 1.9.2
[platform/upstream/doxygen.git] / testing / 086_style_tags.h
1 // objective: test different HTML style tags
2 // check: 086__style__tags_8h.xml
3 /**
4 \file
5
6 In the following the word tag has the style as indicated before it.
7 - This is a bold <b>tag</b>.
8 - This is a `strong` bold <strong>tag</strong>.
9 - This is an italic <i>tag</i>.
10 - This is an `em` italic <em>tag</em>.
11 - This is a strike through <strike>tag</strike>.
12 - This is a `s` strike through <s>tag</s>.
13 - This is an underline <u>tag</u>.
14 - This is an `ins` inserted <ins>tag</ins>.
15 - This is a deleted <del>tag</del>.
16 - This is a typewriter <tt>tag</tt>.
17 */
18