cookbook: Use the right tag for the screenshot
Screenshots should be using the <screenshot> tag, not the <figure> one.
This commit is contained in:
parent
71dfdf92d7
commit
6f220399ae
@ -618,10 +618,17 @@ main (int argc, char *argv[])
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
|
||||
<figure id="textures-reflection-image">
|
||||
<title>Reflection of a texture</title>
|
||||
<graphic fileref="images/textures-reflection.png" format="PNG"/>
|
||||
</figure>
|
||||
<screenshot>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata format="PNG"
|
||||
fileref="images/textures-reflection.png" />
|
||||
</imageobject>
|
||||
<alt>
|
||||
<para>A texture and its reflection below</para>
|
||||
</alt>
|
||||
</mediaobject>
|
||||
</screenshot>
|
||||
|
||||
</section>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user