From: seebs@... (Peter Seebach) Date: 2007-05-08T07:11:56+09:00 Subject: Re: rdoc on c and cpp files In message <1178575386.966256.131060@e65g2000hsc.googlegroups.com>, ray writes: >Can I use rdoc to generate documentation for c and C++ sources? If >so, how do I mark the comments? >/* ???? */ >void main() { > ... >} *AHEM*. "int main". (See the comp.lang.c FAQ.) -s