mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
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:
parent
7f4efc149a
commit
d108e4d24a
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user