We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4255a3 commit aad0b92Copy full SHA for aad0b92
src/stdlib_strings.f90
@@ -94,7 +94,7 @@ module stdlib_strings
94
end interface replace_all
95
96
!> Left pad the input string
97
- !> [Specifications](link to the specs - to be completed)
+ !> [Specifications](../page/specs/stdlib_strings.html#padl)
98
!> Version: experimental
99
interface padl
100
module procedure :: padl_string_default
@@ -104,7 +104,7 @@ module stdlib_strings
104
end interface padl
105
106
!> Right pad the input string
107
+ !> [Specifications](../page/specs/stdlib_strings.html#padr)
108
109
interface padr
110
module procedure :: padr_string_default
0 commit comments