Skip to content

Commit 5855707

Browse files
authored
Merge pull request #91 from JuliaDebug/kc/docs_strict
add the last documented function to index and enable strict
2 parents 01cb9a7 + aca4ff6 commit 5855707

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
using Documenter, JuliaInterpreter, Test
1+
using Documenter, JuliaInterpreter, Test, CodeTracking
22

33
makedocs(
44
modules = [JuliaInterpreter],
55
clean = false,
6+
strict = true,
67
format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"),
78
sitename = "JuliaInterpreter.jl",
89
authors = "Keno Fischer, Tim Holy, and others",

docs/src/dev_reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ JuliaInterpreter.isglobalref
7575
JuliaInterpreter.statementnumber
7676
JuliaInterpreter.Variable
7777
JuliaInterpreter.locals
78+
CodeTracking.whereis
7879
```

0 commit comments

Comments
 (0)