Fix doc toc misses
[shapes.git] / doc / parts / namespace / Shapes-Traits-Cap.sxml
blobffae8bf95474e03da696bd953600fb79966381a5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet type="text/xsl" href="formats/html.xsl"?>
4 <!-- This file is part of Shapes. -->
5 <!-- -->
6 <!-- Shapes is free software: you can redistribute it and/or modify -->
7 <!-- it under the terms of the GNU General Public License as published by -->
8 <!-- the Free Software Foundation, either version 3 of the License, or -->
9 <!-- any later version. -->
10 <!-- -->
11 <!-- Shapes is distributed in the hope that it will be useful, -->
12 <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
13 <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
14 <!-- GNU General Public License for more details. -->
15 <!-- -->
16 <!-- You should have received a copy of the GNU General Public License -->
17 <!-- along with Shapes. If not, see <http://www.gnu.org/licenses/>. -->
18 <!-- -->
19 <!-- Copyright 2015 Henrik Tidefelt -->
22 <book>
23 <namespace>..Shapes..Traits..Cap</namespace>
24 <description>
25 <p>Cap style.</p>
26 </description>
28 <title><self /></title>
29 <up-link><parent-namespace /></up-link>
30 <base href=<!--#expand-next-string-->"$(BASE)" />
31 <examples-home href=<!--#expand-next-string-->"$(EXAMPLES)" />
32 <shapes-version number=<!--#expand-next-string-->"$(SHAPES_VERSION)" />
33 <external>
34 <!--#include virtual="^/toc.xml" -->
35 </external>
37 <top>
38 <alphabetical-index/>
39 <p>Line stroke cap style constants.</p>
40 </top>
42 <body>
44 <system-binding name="BUTT">
45 <simple-value>
46 <type><named-type name="Cap" /></type>
47 <description>
48 <p>Value for <dynamic namespace="..Shapes..Traits" name="cap" />.</p>
49 </description>
50 </simple-value>
51 </system-binding>
52 <system-binding name="ROUND">
53 <simple-value>
54 <type><named-type name="Cap" /></type>
55 <description>
56 <p>Value for <dynamic namespace="..Shapes..Traits" name="cap" />.</p>
57 </description>
58 </simple-value>
59 </system-binding>
60 <system-binding name="SQUARE">
61 <simple-value>
62 <type><named-type name="Cap" /></type>
63 <description>
64 <p>Value for <dynamic namespace="..Shapes..Traits" name="cap" />.</p>
65 </description>
66 </simple-value>
67 </system-binding>
69 </body>
71 </book>