Hi,
In message "[ruby-talk:00865] Re: RDtool-0.5.0"
on 99/10/27, Toshiro Kuwabara <toshirok / yb3.so-net.ne.jp> writes:
|RDtool can parse sub list in description, but there is some restrictions.
| (1) If first block in description is TextBlock, RDtool can parse it.
| (2) If first block in description is List, you must indent it deeper
| than term of desclist.
| For example,
| : desc
| * item1
| * item2
|
|Sorry, I couldn't resolve confilists which resulted from List rules.
|This restriction also resulted from its conflicts.
|Please read RD in rd/rdblockparser.ry to see more details.
Hmm, I understand.
|> * ((<reference>)) without refering label to be <i>reference</i>
|
|I see. I attach a patch for it.
Thanks.
|> * reference to the label in other files somehow.
|
|I think this feature is important too.
|And we needs more discussion for it.
FYI, the reference in POD is
L<name> manpage
L<name/ident> item in manpage
L<name/"sec"> section in another manpage
L<"sec"> section in this manpage
L</"sec"> same as L<"sec">
In addition, showing text can be specified like
L<show this text|name>
matz.