We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0f189 commit 7c8ed79Copy full SHA for 7c8ed79
src/stdlib_sorting.fypp
@@ -128,10 +128,10 @@ module stdlib_sorting
128
log(1.6180339887_dp) ) )
129
130
type run_type
131
-! Version: experimental
132
-!
133
-! Used to pass state around in a stack among helper functions for the
134
-! `ORD_SORT` and `SORT_INDEX` algorithms
+!! Version: experimental
+!!
+!! Used to pass state around in a stack among helper functions for the
+!! `ORD_SORT` and `SORT_INDEX` algorithms
135
integer(int_size) :: base = 0
136
integer(int_size) :: len = 0
137
end type run_type
0 commit comments