Skip to content

Commit 58a4576

Browse files
committed
[docs] Build documentation in strict mode
1 parent 0712176 commit 58a4576

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ makedocs(
7272
"advanced.md",
7373
],
7474
"refindex.md",
75-
]
75+
],
76+
strict = true,
7677
)
7778

7879
deploydocs(

docs/src/advanced.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ MPI.Errhandler
4141
MPI.get_errorhandler
4242
MPI.set_errorhandler!
4343
```
44+
45+
## Miscellaneous
46+
47+
```@docs
48+
MPI.Consts.@const_ref
49+
```

0 commit comments

Comments
 (0)