Subject: Disabling comment processing with rdoc in C extensions
From: "Daniel Berger" <djberg96 hotmail.com>
Date: Sat, 4 Jun 2005 06:50:24 +0900
Hi all,
How do you disable comment processing with rdoc in C extensions? In
pure Ruby, for example, you just start a comment with "--". However,
that doesn't seem to work for C comments. Nor does ":no-doc".
Any ideas?
Regards,
Dan