Hi Gotoken, > From: GOTO Kentaro [mailto:gotoken / notwork.org] > Sent: Friday, January 25, 2002 10:19 AM > I'd like to use the great tool RDoc but I have a problem. > There is a set of classes defined dinamically by eval. > Should I defiene statically these classes? > or Does the RDoc support classes defined-by-eval? > For example, WEBrick provides 40 error classes related to HTTP status, > which is defined in RFC. We use eval there because we'd like to keep > our code simple. Those classes are accosiated error massage and Extracting real classes from src by running its code at building doc time, seems too much I think. You must write descriptions for above each classes and dig it into your code. You could use :include: for this purpose for now. But... do you think this simple? Regards, // NaHi