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 a669617 commit 7fa7312Copy full SHA for 7fa7312
doc/specs/stdlib_logger.md
@@ -949,17 +949,17 @@ modified.
949
#### Example
950
951
```fortran
952
- module example_mod
953
- use stdlib_logger, global => global_logger
954
- ...
+module example_mod
+ use stdlib_logger, global => global_logger
+
955
contains
956
957
- subroutine example_sub(unit, ...)
+ subroutine example_sub(unit, ...)
958
integer, intent(in) :: unit
959
960
call global % remove_log_unit( unit )
961
962
- end subroutine example_sub
963
964
- end module example_mod
+ end subroutine example_sub
+end module example_mod
965
```
0 commit comments