We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d0f98 commit a2dfb48Copy full SHA for a2dfb48
STYLE_GUIDE.md
@@ -68,7 +68,7 @@ Fortran allows certain block constructs or scopes to include the name of the pro
68
The convention adopted herein is to include procedure names, `module` names and `program` names in the `end` statement,
69
unless the closing statement can reasonably be expected to be on the same screen or page, within about 25 lines.
70
71
-## Document public and protected entities and arguments using FORD
+## Document public API code with FORD
72
73
Documentation strings should be provided for all public and protected entities and their arguments or parameters.
74
This is currently accomplished using the [FORD tool](https://github.com/Fortran-FOSS-Programmers/ford).
0 commit comments