Book a Demo

Author Topic: Documentation of .cpp files  (Read 2226 times)

amartinoli

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Documentation of .cpp files
« on: November 29, 2002, 12:56:43 am »
Hi all,

I have a lot of c++ source code and I'd like to generate reports on it; I've easily seen how to generate reports concerning the code included in the .h files. In this case the report generated contains also all the comment written in the source file.
What I've not found how to automatically generate reports concerning the source included inside .cpp files;  is there a way to do that?

Tx