Skip to content

Commit 6b9fcd4

Browse files
committed
Small tweaks to FORD project file
1 parent c6b02e7 commit 6b9fcd4

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

json-fortran.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,10 @@ display: public
2020
protected
2121
private
2222
source: true
23-
md_extensions: markdown.extensions.toc(anchorlink=True)
23+
extra_mods: iso_fortran_env:https://gcc.gnu.org/onlinedocs/gfortran/ISO_005fFORTRAN_005fENV.html
24+
md_extensions: markdown.extensions.toc
2425
markdown.extensions.smarty(smart_quotes=False)
2526

26-
<!-- Uncommenting these should work, but this actually causes issues
27-
28-
*[API]: Application Programmable Interface
29-
*[JSON]: JavaScript Object Notation
30-
31-
-->
32-
3327
[TOC]
3428

3529
# Brief description
@@ -44,3 +38,6 @@ The json-fortran source code and related files and documentation are distributed
4438
# Miscellaneous
4539

4640
* For more information about JSON, see: <http://www.json.org/>
41+
42+
*[API]: Application Programmable Interface
43+
*[JSON]: JavaScript Object Notation

0 commit comments

Comments
 (0)