From: leon breedt Date: 2005-01-23T20:45:48+09:00 Subject: Re: RDoc enhancement proposal On Sun, 23 Jan 2005 20:10:30 +0900, Tilman Sauerbeck wrote: > See the attached patch for one way of how to fix this. > It's a bit hackish, though :] Help, I really need a "Send in 5 minutes" button :> A problem with your patch (as far as I can see), is that it would introduce the artificial restriction that you get the .c file ordering right on the rdoc command-line, because entries in @@classes would not exist until the correct .c file has been parsed, and that would still cause failures as now. Requiring file ordering would violate principle of least surprise for me :) Leon