Skip to content

Commit

Permalink
Fix up refs to undocumented extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Sep 10, 2021
1 parent a18d9cd commit 6b1c1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jazzy/doc_builder.rb
Expand Up @@ -183,7 +183,7 @@ def self.undocumented_warnings(decls)
decls.map do |decl|
{
file: decl.file,
line: decl.line || decl.start_line,
line: decl.start_line || decl.line,
symbol: decl.fully_qualified_name,
symbol_kind: decl.type.kind,
warning: 'undocumented',
Expand Down

0 comments on commit 6b1c1d2

Please sign in to comment.