Hello,
I've written XML::SAX2 library for Ruby, and I'm trying to write
Document using RDoc(alpha-9).
RDoc is _really_ great tool and makes very cool documents,
but I met an error as below:
%make rdoc
rdoc --op doc lib/xml
lib/xml/sax2.rb: mm..
lib/xml/sax2/helpers/xmlfilterimpl.rb: mmmc........................
lib/xml/sax2/helpers/namespacesupport.rb: mmmc..........c.........
lib/xml/sax2/helpers/locatorimpl.rb: mmmc.
lib/xml/sax2/helpers/attributesimpl.rb: mmmc.............
lib/xml/sax2/ext/lexicalhandler.rb: mmmm.......
lib/xml/sax2/ext/declhandler.rb: mmmm....
(snip)
lib/xml/sax2/drivers/xmlparser.rb: mmccc..............................................
lib/xml/sax2/drivers/rexml.rb: mmccc
lib/xml/sax2/drivers/rexml.rb:37:13: Cannot handle argument to include: #<RubyToken::TkCOLON3:0x8281fd4>
......c........................................
lib/xml/sax2/drivers/nqxml.rb: mmccc......c.........................
lib/xml/sax2/drivers/abstractparser.rb: mmccc................
Generating HTML...
In line 37 of lib/xml/sax2/drivers/rexml.rb, I wrote the code:
include ::REXML::StreamListener
which maybe cause trouble.
Doesn't RDoc support this syntax?
In addition, one request. I've write 'Foo::Bar#baz' for instance method
'bar' of Foo::Bar class. I'll be happy if RDoc recognize this.
RDoc Document of rbsax:
http://www.rubycolor.org/rbsax/doc/
Source code and documents of rbsax:
http://www.rubycolor.org/arc/rbsax-0.70pre0.tar.gz
Thanks in advance,
TAKAHASHI 'Maki' Masayoshi E-mail: maki / rubycolor.org