Skip to content

Commit 4d01459

Browse files
committed
comment update.
1 parent bcc8067 commit 4d01459

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/json_initialize_arguments.inc

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
character(kind=CK,len=1),intent(in),optional :: comment_char !! If present, this character is used
2222
!! to denote comments in the JSON file,
2323
!! which will be ignored if present.
24-
!! Example: `!` or `#`.
24+
!! Example: `!` or `#`. Setting this
25+
!! to a blank string disables the
26+
!! ignoring of comments. (Default is `!`).
2527
integer(IK),intent(in),optional :: path_mode !! How the path strings are interpreted in the
2628
!! `get_by_path` routines:
2729
!!

0 commit comments

Comments
 (0)