diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2020-11-10 21:34:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 21:34:04 +0100 |
commit | e034ad418ad8da3754b80a9673b7017e9798b2a0 (patch) | |
tree | dd367c479e5b1e7c5e9b43b5b9f2366528709460 /doc/Contributing.md | |
parent | d569a89d7d059a5ba914e51d6fd7b32132b33c5e (diff) | |
download | fpm-e034ad418ad8da3754b80a9673b7017e9798b2a0.tar.gz fpm-e034ad418ad8da3754b80a9673b7017e9798b2a0.zip |
Add automatic documentation for Fortran fpm (#209)
- create docs.md as input for FORD
- fix docstrings and comment style for FORD
- workaround FORD bug by adding whitespace to table headers
- add manifest reference to FORD pages
- apply ugly workaround to not replace array of tables with links
Diffstat (limited to 'doc/Contributing.md')
-rw-r--r-- | doc/Contributing.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/Contributing.md b/doc/Contributing.md new file mode 100644 index 0000000..5a7fccc --- /dev/null +++ b/doc/Contributing.md @@ -0,0 +1,5 @@ +--- +title: Contributing Guidelines +--- + +{!CONTRIBUTING.md!} |