Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: The RDoc Hyphen Anomaly (was Re: RDoc HTML links.): msg#00014

Subject: Re: The RDoc Hyphen Anomaly (was Re: RDoc HTML links.)
But this produces a horizontal line


# ----
# Four dashes and four pluses indented
# ++++
class SixthClass
end


Actually, most of the rdocs have a space between the hash signs and
text, so this ought to work like this:

#--
# ----
# That's a horizontal line that will be ignored with this comment.
#++
# This one will be seen though:
# ----
#

        HTH
        Hugh




<Prev in Thread] Current Thread [Next in Thread>