Re: The RDoc Hyphen Anomaly (was Re: RDoc HTML links.)
Hugh Sasse <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.documentation |
|---|---|
| Message-ID | <[email protected]> |
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