Skip to content

Commit eb0e340

Browse files
committed
doc(random): FORD project file; convert comments
1 parent 9e269ba commit eb0e340

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

doc-generator.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
project: neural-fortran
2+
summary: A parallel neural net microframework
3+
src_dir: src
4+
output_dir: doc/html
5+
preprocess: true
6+
macro: FORD
7+
preprocessor: gfortran -E
8+
display: public
9+
protected
10+
private
11+
source: true
12+
graph: true
13+
md_extensions: markdown.extensions.toc
14+
coloured_edges: true
15+
sort: permission-alpha
16+
extra_mods: iso_fortran_env:https://gcc.gnu.org/onlinedocs/gfortran/ISO_005fFORTRAN_005fENV.html
17+
iso_c_binding:https://gcc.gnu.org/onlinedocs/gfortran/ISO_005fC_005fBINDING.html#ISO_005fC_005fBINDING
18+
project_github: https://github.com/sourceryinstitute/dag
19+
author: Milan Curcic
20+
print_creation_date: true
21+
creation_date: %Y-%m-%d %H:%M %z
22+
project_github: https://github.com/modern-fortran/neural-fortran
23+
project_download: https://github.com/modern-fortran/neural-fortran/releases
24+
github: https://github.com/modern-fortran
25+
predocmark_alt: >
26+
predocmark: <
27+
docmark_alt:
28+
docmark: !
29+
30+
{!README.md!}

0 commit comments

Comments
 (0)