Report:  List Function Names in Each File
Option:  -l
Compatible Options: b, F, f, O, 

s, r, R, T, w, W

Usage:
rsm -H -l *.h *.cpp > report.htm
rsm -H -l *.java > report.htm
Source:  C, C++ and Java
This option creates a list of function names per file.  Many times file headers require comments which include a list of all functions in the file.  The maintenance of these lists can be quite time consuming.  RSM makes this chore nearly automatic.

                              ~~ Function Metrics ~~

  File: Contact.java
  Date: Sun Jun 27 10:38:16 1999                     File Size: 1564 Bytes
  ________________________________________________________________________

  Function: rolodex.Contact.Contact
  Function: rolodex.Contact.Contact
  Function: rolodex.Contact.setName
  Function: rolodex.Contact.getName
  Function: rolodex.Contact.show
  Function: rolodex.Contact.toString
  Function: rolodex.Contact.main
  ------------------------------------------------------------------------

                          ~~ Total File Summary ~~

  LOC 74       eLOC 42       lLOC 26       Comment 0        Lines       84