Skip to content

Commit

Permalink
Deploying to gh-pages from @ 08fe9c3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Jun 11, 2024
1 parent 55aa7fa commit 3107a79
Show file tree
Hide file tree
Showing 384 changed files with 2,818 additions and 2,677 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <h3>Derived Types</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion interface/json_array_callback_func.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ <h3>Description</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion interface/json_core.html
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
27 changes: 24 additions & 3 deletions interface/json_file.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h1>json_file

<li class="list-inline-item" id="statements"><i class="fa fa-list-ol"></i>
<a data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-html="true"
title="<p> 0.0% of total for procedures.</p>Including implementation: 115 statements, 1.7% of total for procedures.">3 statements</a>
title="<p> 0.0% of total for procedures.</p>Including implementation: 120 statements, 1.7% of total for procedures.">3 statements</a>
</li>

<li class="list-inline-item" id="source-file">
Expand Down Expand Up @@ -1584,7 +1584,7 @@ <h4 class="modal-title" id="-graph-help-label">Graph Key</h4>

<h2>Module Procedures</h2>
<div class="card">
<div class="card-header codesum"><span class="anchor" id="proc-initialize_json_file"></span> <h3>private function <a href='../proc/initialize_json_file.html'>initialize_json_file</a>(p, verbose, compact_reals, print_signs, real_format, spaces_per_tab, strict_type_checking, trailing_spaces_significant, case_sensitive_keys, no_whitespace, unescape_strings, comment_char, path_mode, path_separator, compress_vectors, allow_duplicate_keys, escape_solidus, stop_on_error, null_to_real_mode, non_normal_mode, use_quiet_nan, strict_integer_type_checking, allow_trailing_comma) result(file_object)
<div class="card-header codesum"><span class="anchor" id="proc-initialize_json_file"></span> <h3>private function <a href='../proc/initialize_json_file.html'>initialize_json_file</a>(p, verbose, compact_reals, print_signs, real_format, spaces_per_tab, strict_type_checking, trailing_spaces_significant, case_sensitive_keys, no_whitespace, unescape_strings, comment_char, path_mode, path_separator, compress_vectors, allow_duplicate_keys, escape_solidus, stop_on_error, null_to_real_mode, non_normal_mode, use_quiet_nan, strict_integer_type_checking, allow_trailing_comma, nullify_pointer) result(file_object)
</h3></div>
<div class="card-body">
<dl class="dl-horizontal">
Expand Down Expand Up @@ -1985,6 +1985,27 @@ <h4>Arguments</h4>
(default is true)</p>
</td>
</tr>
<tr>
<td>
<span class="anchor" id="variable-nullify_pointer"></span>
logical(kind=LK),
</td>
<td>intent(in),</td>
<td>optional</td> <td>

</td>
<td>::</td>
<td><strong>nullify_pointer</strong></td>
<td>
<p>if True, then <code>p</code> will be nullified
if present. (default is True). Normally,
this should be done, because the <a href="../type/json_file.html">json_file</a> will destroy
the pointer when the class goes out of scope (causing <code>p</code> to be
a dangling pointer). However, if the intent is to use <code>p</code> in
a <a href="../type/json_file.html">json_file</a> and then call <a href="../type/json_file.html#boundprocedure-nullify">nullify</a> and continue
to use <code>p</code>, then this should be set to False.</p>
</td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -3023,7 +3044,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion interface/json_traverse_callback_func.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ <h3>Description</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion interface/operator(==).html
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion interface/operator(SLASH=).html
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion interface/operator(SLASHSLASH).html
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion interface/to_unicode.html
Original file line number Diff line number Diff line change
Expand Up @@ -7166,7 +7166,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion lists/absint.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1>Abstract Interfaces</h1>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion lists/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ <h4 class="modal-title" id="-graph-help-label">Graph Key</h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion lists/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ <h4 class="modal-title" id="-graph-help-label">Graph Key</h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion lists/procedures.html
Original file line number Diff line number Diff line change
Expand Up @@ -11677,7 +11677,7 @@ <h4 class="modal-title" id="-graph-help-label">Graph Key</h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion lists/types.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ <h4 class="modal-title" id="-graph-help-label">Graph Key</h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
58 changes: 50 additions & 8 deletions module/json_file_module.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h1>json_file_module

<li class="list-inline-item" id="statements"><i class="fa fa-list-ol"></i>
<a data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-html="true"
title="15.3% of total for modules and submodules.">1130 statements</a>
title="15.3% of total for modules and submodules.">1135 statements</a>
</li>

<li class="list-inline-item" id="source-file">
Expand Down Expand Up @@ -299,11 +299,11 @@ <h3 class="card-header card-title bg-light">Uses</h3>
<ul class="list-group list-group-flush">
<li class="list-group-item">
<ul class="list-inline">
<li class="list-inline-item"><a href='json_value_module.html'>json_value_module</a></li>
<li class="list-inline-item"><a href='json_parameters.html'>json_parameters</a></li>
<li class="list-inline-item"><a href='json_kinds.html'>json_kinds</a></li>
<li class="list-inline-item"><a href='json_string_utilities.html'>json_string_utilities</a></li>
<li class="list-inline-item"><a href='http://fortranwiki.org/fortran/show/iso_fortran_env'>iso_fortran_env</a></li>
<li class="list-inline-item"><a href='json_parameters.html'>json_parameters</a></li>
<li class="list-inline-item"><a href='json_value_module.html'>json_value_module</a></li>
<li class="list-inline-item"><a href='json_string_utilities.html'>json_string_utilities</a></li>
</ul>
</li>
<li class="list-group-item">
Expand Down Expand Up @@ -711,7 +711,7 @@ <h3 id="example">Example</h3>
<ul class="list-group">
<li class="list-group-item">
<h3>
private function <a href='../proc/initialize_json_file.html'>initialize_json_file</a>(p, verbose, compact_reals, print_signs, real_format, spaces_per_tab, strict_type_checking, trailing_spaces_significant, case_sensitive_keys, no_whitespace, unescape_strings, comment_char, path_mode, path_separator, compress_vectors, allow_duplicate_keys, escape_solidus, stop_on_error, null_to_real_mode, non_normal_mode, use_quiet_nan, strict_integer_type_checking, allow_trailing_comma) result(file_object)
private function <a href='../proc/initialize_json_file.html'>initialize_json_file</a>(p, verbose, compact_reals, print_signs, real_format, spaces_per_tab, strict_type_checking, trailing_spaces_significant, case_sensitive_keys, no_whitespace, unescape_strings, comment_char, path_mode, path_separator, compress_vectors, allow_duplicate_keys, escape_solidus, stop_on_error, null_to_real_mode, non_normal_mode, use_quiet_nan, strict_integer_type_checking, allow_trailing_comma, nullify_pointer) result(file_object)

</h3>
<dl class="dl-horizontal">
Expand Down Expand Up @@ -1120,6 +1120,27 @@ <h4>Arguments</h4>
(default is true)</p>
</td>
</tr>
<tr>
<td>
<span class="anchor" id="variable-nullify_pointer"></span>
logical(kind=LK),
</td>
<td>intent(in),</td>
<td>optional</td> <td>

</td>
<td>::</td>
<td><strong>nullify_pointer</strong></td>
<td>
<p>if True, then <code>p</code> will be nullified
if present. (default is True). Normally,
this should be done, because the <a href="../type/json_file.html">json_file</a> will destroy
the pointer when the class goes out of scope (causing <code>p</code> to be
a dangling pointer). However, if the intent is to use <code>p</code> in
a <a href="../type/json_file.html">json_file</a> and then call <a href="../type/json_file.html#boundprocedure-nullify">nullify</a> and continue
to use <code>p</code>, then this should be set to False.</p>
</td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -2233,7 +2254,7 @@ <h4>Constructor</h4>

function
<strong><a href='/home/runner/work/json-fortran/json-fortran/doc/proc/initialize_json_file.html'>initialize_json_file</a></strong>
(p, verbose, compact_reals, print_signs, real_format, spaces_per_tab, strict_type_checking, trailing_spaces_significant, case_sensitive_keys, no_whitespace, unescape_strings, comment_char, path_mode, path_separator, compress_vectors, allow_duplicate_keys, escape_solidus, stop_on_error, null_to_real_mode, non_normal_mode, use_quiet_nan, strict_integer_type_checking, allow_trailing_comma)
(p, verbose, compact_reals, print_signs, real_format, spaces_per_tab, strict_type_checking, trailing_spaces_significant, case_sensitive_keys, no_whitespace, unescape_strings, comment_char, path_mode, path_separator, compress_vectors, allow_duplicate_keys, escape_solidus, stop_on_error, null_to_real_mode, non_normal_mode, use_quiet_nan, strict_integer_type_checking, allow_trailing_comma, nullify_pointer)
</td>
<td><p>Cast a <a href="../type/json_value.html">json_value</a> object as a <a href="../type/json_file.html">json_file</a> object.
It also calls the <code>initialize()</code> method.</p><a href="../proc/initialize_json_file.html" class="pull-right"><emph>Read more&hellip;</emph></a></td>
Expand Down Expand Up @@ -2926,7 +2947,7 @@ <h4>Type-Bound Procedures</h4>
<section>
<h2>Functions</h2>
<div class="card">
<div class="card-header codesum"><span class="anchor" id="proc-initialize_json_file"></span> <h3>private function <a href='../proc/initialize_json_file.html'>initialize_json_file</a>(p, verbose, compact_reals, print_signs, real_format, spaces_per_tab, strict_type_checking, trailing_spaces_significant, case_sensitive_keys, no_whitespace, unescape_strings, comment_char, path_mode, path_separator, compress_vectors, allow_duplicate_keys, escape_solidus, stop_on_error, null_to_real_mode, non_normal_mode, use_quiet_nan, strict_integer_type_checking, allow_trailing_comma) result(file_object)
<div class="card-header codesum"><span class="anchor" id="proc-initialize_json_file"></span> <h3>private function <a href='../proc/initialize_json_file.html'>initialize_json_file</a>(p, verbose, compact_reals, print_signs, real_format, spaces_per_tab, strict_type_checking, trailing_spaces_significant, case_sensitive_keys, no_whitespace, unescape_strings, comment_char, path_mode, path_separator, compress_vectors, allow_duplicate_keys, escape_solidus, stop_on_error, null_to_real_mode, non_normal_mode, use_quiet_nan, strict_integer_type_checking, allow_trailing_comma, nullify_pointer) result(file_object)
</h3></div>
<div class="card-body">
<dl class="dl-horizontal">
Expand Down Expand Up @@ -3327,6 +3348,27 @@ <h4>Arguments</h4>
(default is true)</p>
</td>
</tr>
<tr>
<td>
<span class="anchor" id="variable-nullify_pointer"></span>
logical(kind=LK),
</td>
<td>intent(in),</td>
<td>optional</td> <td>

</td>
<td>::</td>
<td><strong>nullify_pointer</strong></td>
<td>
<p>if True, then <code>p</code> will be nullified
if present. (default is True). Normally,
this should be done, because the <a href="../type/json_file.html">json_file</a> will destroy
the pointer when the class goes out of scope (causing <code>p</code> to be
a dangling pointer). However, if the intent is to use <code>p</code> in
a <a href="../type/json_file.html">json_file</a> and then call <a href="../type/json_file.html#boundprocedure-nullify">nullify</a> and continue
to use <code>p</code>, then this should be set to False.</p>
</td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -14060,7 +14102,7 @@ <h4>Arguments</h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion module/json_kinds.html
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ <h2>Variables</h2>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
8 changes: 4 additions & 4 deletions module/json_module.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ <h3 class="card-header card-title bg-light">Uses</h3>
<ul class="list-group list-group-flush">
<li class="list-group-item">
<ul class="list-inline">
<li class="list-inline-item"><a href='json_kinds.html'>json_kinds</a></li>
<li class="list-inline-item"><a href='json_file_module.html'>json_file_module</a></li>
<li class="list-inline-item"><a href='json_string_utilities.html'>json_string_utilities</a></li>
<li class="list-inline-item"><a href='json_parameters.html'>json_parameters</a></li>
<li class="list-inline-item"><a href='json_value_module.html'>json_value_module</a></li>
<li class="list-inline-item"><a href='json_parameters.html'>json_parameters</a></li>
<li class="list-inline-item"><a href='json_kinds.html'>json_kinds</a></li>
<li class="list-inline-item"><a href='json_string_utilities.html'>json_string_utilities</a></li>
</ul>
</li>
<li class="list-group-item">
Expand Down Expand Up @@ -595,7 +595,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion module/json_parameters.html
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,7 @@ <h2>Variables</h2>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
6 changes: 3 additions & 3 deletions module/json_string_utilities.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ <h3 class="card-header card-title bg-light">Uses</h3>
<ul class="list-group list-group-flush">
<li class="list-group-item">
<ul class="list-inline">
<li class="list-inline-item"><a href='http://fortranwiki.org/fortran/show/ieee_arithmetic'>ieee_arithmetic</a></li>
<li class="list-inline-item"><a href='json_kinds.html'>json_kinds</a></li>
<li class="list-inline-item"><a href='json_parameters.html'>json_parameters</a></li>
<li class="list-inline-item"><a href='json_kinds.html'>json_kinds</a></li>
<li class="list-inline-item"><a href='http://fortranwiki.org/fortran/show/ieee_arithmetic'>ieee_arithmetic</a></li>
</ul>
</li>
<li class="list-group-item">
Expand Down Expand Up @@ -2352,7 +2352,7 @@ <h4>Arguments</h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-06-09 03:45 </p>
on 2024-06-11 15:00 </p>
</div>
</div>
<br>
Expand Down
Loading

0 comments on commit 3107a79

Please sign in to comment.