Skip to content

Commit 6a30b2f

Browse files
committed
autodoc
1 parent e35beca commit 6a30b2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/stdlib_math.fypp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ module stdlib_math
4242
#:endfor
4343
end interface clip
4444

45+
!> Swap the values of the lhs and rhs arguments
46+
!> ([Specification](../page/specs/stdlib_math.html#swap))
47+
!>
48+
!> Version: experimental
4549
interface swap
4650
#:for k1, t1 in INT_KINDS_TYPES + REAL_KINDS_TYPES
4751
module procedure :: swap_${k1}$

0 commit comments

Comments
 (0)