Skip to content

Commit 38052c2

Browse files
committed
corrected some bugs in documentation, added stringlist to index.md
1 parent bca711f commit 38052c2

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

doc/specs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ This is and index/directory of the specifications (specs) for each new module/fe
2626
- [stats_distribution_PRNG](./stdlib_stats_distribution_PRNG.html) - Probability Distributions random number generator
2727
- [string\_type](./stdlib_string_type.html) - Basic string support
2828
- [strings](./stdlib_strings.html) - String handling and manipulation routines
29+
- [stringlist](./stdlib_stringlist.html) - 1-Dimensional list of strings
2930

3031
## Released/Stable Features & Modules
3132

doc/specs/stdlib_stringlist.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Experimental
4747

4848
#### Syntax
4949

50-
For fidx: `res = [[stdlib_stringlist(module):fidx()]] (idx)`
51-
For bidx: `res = [[stdlib_stringlist(module):bidx()]] (idx)`
50+
For fidx: `res = [[stdlib_stringlist(module):fidx()]] (idx)`.
51+
For bidx: `res = [[stdlib_stringlist(module):bidx()]] (idx)`.
5252

5353
#### Status
5454

@@ -106,8 +106,9 @@ With argument: Initializes a stringlist equivalent to the input array `array` i.
106106

107107
#### Syntax
108108

109-
No arguments given: `res = [[stdlib_stringlist(module):stringlist_type(interface)]] ()`
110-
With argument: `res = [[stdlib_stringlist(module):stringlist_type(interface)]] (array)`
109+
- No arguments given: `res = [[stdlib_stringlist(module):stringlist_type(interface)]] ()`
110+
111+
- With argument: `res = [[stdlib_stringlist(module):stringlist_type(interface)]] (array)`
111112

112113
#### Status
113114

@@ -119,10 +120,11 @@ Pure function.
119120

120121
#### Argument
121122

122-
No arguments.
123+
1). No arguments.
123124

124-
With argument: - `array`: array of Character scalar or array of [[stdlib_string_type(module):string_type(type)]].
125-
This argument is intent(in).
125+
2). With argument:
126+
- `array`: array of Character scalar or array of [[stdlib_string_type(module):string_type(type)]].
127+
This argument is intent(in).
126128

127129
#### Result value
128130

0 commit comments

Comments
 (0)