[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

rdoc on c and cpp files

ray

5/7/2007 10:03:00 PM

Can I use rdoc to generate documentation for c and C++ sources? If
so, how do I mark the comments?

/* ???? */
void main() {
...
}