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>
|
</programlisting>
|
||||||
</informalexample>
|
</informalexample>
|
||||||
|
|
||||||
<figure id="textures-reflection-image">
|
<screenshot>
|
||||||
<title>Reflection of a texture</title>
|
<mediaobject>
|
||||||
<graphic fileref="images/textures-reflection.png" format="PNG"/>
|
<imageobject>
|
||||||
</figure>
|
<imagedata format="PNG"
|
||||||
|
fileref="images/textures-reflection.png" />
|
||||||
|
</imageobject>
|
||||||
|
<alt>
|
||||||
|
<para>A texture and its reflection below</para>
|
||||||
|
</alt>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user