Disable function parameter sorting by default.

Sorted parameters are more difficult to read, as you normally expect
the parameters to be described in the order they are listed in the
function signature. This also breaks parameter grouping when adjacent
parameters are related (e.g. a pair of iterators).
This commit is contained in:
Andrey Semashev 2024-07-01 02:36:18 +03:00
parent 7f4efc149a
commit d108e4d24a

View File

@ -26,7 +26,7 @@
<!-- When true, the stylesheet will sort parameters of functions and
templates alphabetically in detailed description. -->
<xsl:param name="boost.sort.params">1</xsl:param>
<xsl:param name="boost.sort.params">0</xsl:param>
<!-- Display a function declaration -->
<xsl:template name="function">