Skip to content

Commit

Permalink
[DOC] :stopdoc: directive must be on its own line
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Feb 10, 2024
1 parent 6cafbd3 commit 63dd312
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yjit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ def self.simulate_oom! # :nodoc:
at_exit { print_and_dump_stats }
end

class << self # :stopdoc:
class << self
# :stopdoc:
private

# Print stats and dump exit locations
Expand Down

0 comments on commit 63dd312

Please sign in to comment.