Skip to content

Commit 0b91973

Browse files
committed
added specification links in comments
1 parent 7ed6fa0 commit 0b91973

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/stdlib_strings.f90

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,19 +93,21 @@ module stdlib_strings
9393
module procedure :: replace_all_char_char_char
9494
end interface replace_all
9595

96-
!> Left pad the input string
97-
!> [Specifications](link to the specs - to be completed)
9896
!> Version: experimental
97+
!>
98+
!> Left pad the input string
99+
!> [Specifications](../page/specs/stdlib_strings.html#padl)
99100
interface padl
100101
module procedure :: padl_string_default
101102
module procedure :: padl_string_pad_with
102103
module procedure :: padl_char_default
103104
module procedure :: padl_char_pad_with
104105
end interface padl
105106

106-
!> Right pad the input string
107-
!> [Specifications](link to the specs - to be completed)
108107
!> Version: experimental
108+
!>
109+
!> Right pad the input string
110+
!> [Specifications](../page/specs/stdlib_strings.html#padr)
109111
interface padr
110112
module procedure :: padr_string_default
111113
module procedure :: padr_string_pad_with

0 commit comments

Comments
 (0)