We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916155d commit 9ca29deCopy full SHA for 9ca29de
lib/rdoc/stats.rb
@@ -153,7 +153,7 @@ def report
153
if cm.fully_documented? then
154
next
155
elsif cm.in_files.empty? or
156
- (cm.constants.empty? and cm.method_list.empty?) then
+ (cm.constants.empty? and cm.method_list.empty?) then
157
report << "# #{type} #{cm.full_name} is referenced but empty."
158
report << '#'
159
report << '# It probably came from another project. ' \
lib/rdoc/token_stream.rb
@@ -1,5 +1,3 @@
1
-module RDoc; end
2
-
3
##
4
# A TokenStream is a list of tokens, gathered during the parse of some entity
5
# (say a method). Entities populate these streams by being registered with the
0 commit comments