| author | |
| committer | |
| log | 17928428082768497d909b3fd55615be21a7660c |
| tree | 79db2161934e35039f63b1d043424a0e267c5ce8 |
| parent | 270e2c18bf4dde537361f40819fb8d3991249586 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/Autodoc.zig+1-1| ... | ... | @@ -2376,7 +2376,7 @@ fn tryResolveRefPath( |
| 2376 | 2376 | path[i + 1] = (try self.cteTodo("match failure")).expr; |
| 2377 | 2377 | continue :outer; |
| 2378 | 2378 | }, |
| 2379 | .comptimeExpr, .call => { | |
| 2379 | .comptimeExpr, .call, .typeOf => { | |
| 2380 | 2380 | // Since we hit a cte, we leave the remaining strings unresolved |
| 2381 | 2381 | // and completely give up on resolving this decl path. |
| 2382 | 2382 | //decl_path.hasCte = true; |