Skip to content

Commit

Permalink
ps section sync with EN (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Mar 1, 2024
1 parent a4ee6d5 commit 0d9c88a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions reference/ps/constants.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: jsgoupil Status: ready -->
<!-- EN-Revision: 39b8a62079764f93296887ba43d7a42274f11115 Maintainer: jsgoupil Status: ready -->
<!-- Reviewed: no -->

<appendix xml:id="ps.constants" xmlns="http://docbook.org/ns/docbook">
Expand All @@ -19,16 +19,16 @@
</row>
</thead>
<tbody>
<row>
<entry>ps_LINECAP_BUTT</entry>
<row xml:id="constant.ps-linecap-butt">
<entry><constant>ps_LINECAP_BUTT</constant></entry>
<entry></entry>
</row>
<row>
<entry>ps_LINECAP_ROUND</entry>
<row xml:id="constant.ps-linecap-round">
<entry><constant>ps_LINECAP_ROUND</constant></entry>
<entry></entry>
</row>
<row>
<entry>ps_LINECAP_SQUARED</entry>
<row xml:id="constant.ps-linecap-squared">
<entry><constant>ps_LINECAP_SQUARED</constant></entry>
<entry></entry>
</row>
</tbody>
Expand All @@ -45,16 +45,16 @@
</row>
</thead>
<tbody>
<row>
<entry>ps_LINEJOIN_MITER</entry>
<row xml:id="constant.ps-linejoin-miter">
<entry><constant>ps_LINEJOIN_MITER</constant></entry>
<entry></entry>
</row>
<row>
<entry>ps_LINEJOIN_ROUND</entry>
<row xml:id="constant.ps-linejoin-round">
<entry><constant>ps_LINEJOIN_ROUND</constant></entry>
<entry></entry>
</row>
<row>
<entry>ps_LINEJOIN_BEVEL</entry>
<row xml:id="constant.ps-linejoin-bevel">
<entry><constant>ps_LINEJOIN_BEVEL</constant></entry>
<entry></entry>
</row>
</tbody>
Expand Down

0 comments on commit 0d9c88a

Please sign in to comment.