[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Multiple c++ files and RDoc

???? ??????

10/25/2006 6:58:00 PM

Hello. I'm writing an extension to C++ library now. It is already in
10 separated files (because of huge size),
and I experience large problems with RDoc.

Methods for some ruby classes are spreaded among several C++ files,
but it seems, that RDoc assumes,
that all definitions for one Ruby class will remain in one C++ file.
So, I want to ask, whether it is solvable?

Is it possible for RDoc to gather information about one Ruby class
from several C++ files?