Rdoc

Hey guys,

I'm writing an extension and I'm having a little trouble getting rdoc to
generate the documentation for me. I suspect that the problem is that I
have my function documentation inside of the .h file preceding the function
prototypes instead of the .c source. Is there a way that I can force rdoc
to look for it where I have it?

Thanks,
Rob

···

--
c++: the power, elegance and simplicity of a hand grenade
http://www.migrob.com

No.

···

On Mar 29, 2007, at 21:51, Rob Merrell wrote:

Hey guys,

I'm writing an extension and I'm having a little trouble getting rdoc to
generate the documentation for me. I suspect that the problem is that I
have my function documentation inside of the .h file preceding the function
prototypes instead of the .c source. Is there a way that I can force rdoc
to look for it where I have it?