Project

General

Profile

Actions

Bug #8157

closed

How to write document for __LINE__, __FILE__, __END__

Added by naruse (Yui NARUSE) about 11 years ago. Updated almost 11 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.1.0dev (2013-03-24 trunk 39888) [x86_64-freebsd9.1]
Backport:
[ruby-core:53677]

Description

How do I write document for LINE, FILE, END ?

Moreover, __ is expressed as _ in rdoc.
How can I avoid it?

Updated by zzak (zzak _) about 11 years ago

I think we will have to teach RDoc to understand these keywords.

If you want to reference them from another class or method, wrapping them in + should prevent RDoc from generating any extra markup, ie: +FILE+

Updated by drbrain (Eric Hodel) about 11 years ago

=begin
There is a conflict as "_" in RDoc means "emphasis". You can use slashes to escape, but it is a little ugly:

_FILE_

Maybe I can make whatever special in RDoc, I will try.

=end

Updated by zzak (zzak _) almost 11 years ago

  • Status changed from Assigned to Closed

I've moved this to the RDoc tracker on github: https://github.com/rdoc/rdoc/issues/230

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0