Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lib/rdoc_plugin/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ def initialize(top_level, content)
end

def scan
Kernel.warn(
"The RBS RDoc parser plugin is deprecated and will be removed from RBS. " \
"RDoc 8.0 provides RBS parsing directly."
)

_, _, decls = ::RBS::Parser.parse_signature(@content)
decls.each do |decl|
parse_member(decl: decl, context: @top_level)
Expand Down
Loading
Loading