Skip to content

Commit 638a40c

Browse files
committed
docs: STYLE GUIDE attribute ordering convention added link
1 parent 407736e commit 638a40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STYLE_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ focus on the semantics of the proposed changes rather than style and formatting.
6161
```
6262
When defining many arrays of the same dimension, `dimension` can be used as an exception if it makes the code less verbose.
6363
* If the `optional` attribute is used to declare a dummy argument, it should follow the `intent` attribute.
64-
* For module procedures, it is recommended to declare attributes before the module keyword for better retro compatibility (Projects using CMake versions lower than CMake 3.25.0 are concerned see Spurious modules).
64+
* For module procedures, it is recommended to declare attributes before the module keyword for better retro compatibility (Projects using CMake versions lower than CMake 3.25.0 are concerned see [Spurious modules](https://gitlab.kitware.com/cmake/cmake/-/issues/18427#note_983426)).
6565
Prefere the following pattern:
6666
```
6767
<attribute> <attribute> module <function/subroutine> <name>

0 commit comments

Comments
 (0)