Skip to content

Commit

Permalink
Avoid nesting includes
Browse files Browse the repository at this point in the history
  • Loading branch information
SakiTakamachi committed Dec 2, 2024
1 parent cd6f8d7 commit c919793
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions reference/bc/bcmath/number/round.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,15 @@
<variablelist>
<!-- precision parameter -->
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.round')/db:refsect1[@role='parameters']/descendant::db:varlistentry[2])" />
<!-- mode parameter -->
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.bcround')/db:refsect1[@role='parameters']/descendant::db:varlistentry[1])" />
<varlistentry>
<term><parameter>mode</parameter></term>
<listitem>
<simpara>
Specifies the rounding mode.
</simpara>
</listitem>
</varlistentry>
</variablelist>
</variablelist>
</refsect1>

Expand Down

0 comments on commit c919793

Please sign in to comment.