Skip to content

Commit

Permalink
trigger building
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Oct 27, 2023
1 parent cfee360 commit f0efb95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/kochdocs.nim
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ when (NimMajor, NimMinor) < (1, 1) or not declared(isRelativeTo):
result = path.len > 0 and not ret.startsWith ".."

proc getDocList(): seq[string] =
##
var docIgnore: HashSet[string]
for a in withoutIndex: docIgnore.incl a
for a in ignoredModules: docIgnore.incl a
Expand Down

0 comments on commit f0efb95

Please sign in to comment.