Skip to content

Commit 35b24de

Browse files
committed
minor docstring cleanups
1 parent eb28145 commit 35b24de

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/json_initialize_arguments.inc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ character(kind=CK,len=1),intent(in),optional :: comment_char
4242
integer(IK),intent(in),optional :: path_mode
4343
!! How the path strings are interpreted in the
4444
!! `get_by_path` routines:
45-
!! * 1 -- Default mode (see [[json_get_by_path_default]])
46-
!! * 2 -- as RFC 6901 "JSON Pointer" paths
45+
!!
46+
!! * 1 : Default mode (see [[json_get_by_path_default]])
47+
!! * 2 : as RFC 6901 "JSON Pointer" paths
4748
!! (see [[json_get_by_path_rfc6901]])
48-
!! * 3 -- JSONPath "bracket-notation"
49+
!! * 3 : JSONPath "bracket-notation"
4950
!! see [[json_get_by_path_jsonpath_bracket]])
5051
character(kind=CK,len=1),intent(in),optional :: path_separator
5152
!! The `path` separator to use
@@ -73,6 +74,7 @@ logical(LK),intent(in),optional :: escape_solidus
7374
!! * If True then the solidus "`/`" is always escaped
7475
!! "`\/`" when serializing JSON
7576
!! * If False [default], then it is not escaped.
77+
!!
7678
!! Note that this option does not affect parsing
7779
!! (both escaped and unescaped are still valid in
7880
!! all cases).

0 commit comments

Comments
 (0)