aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/class_module.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/class_module.rb')
-rw-r--r--lib/rdoc/class_module.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/class_module.rb b/lib/rdoc/class_module.rb
index 04f0132b7d..e2bb9de68d 100644
--- a/lib/rdoc/class_module.rb
+++ b/lib/rdoc/class_module.rb
@@ -304,7 +304,7 @@ class RDoc::ClassModule < RDoc::Context
end,
@sections.values,
@in_files.map do |tl|
- tl.absolute_name
+ tl.relative_name
end,
parent.full_name,
parent.class,