Report: Extraction of Comments and Literal Strings |
Option: -E |
Option Parameters: -Es Extract Literal String -Ec Extract Comments |
Compatible Options: RSM Option Cross Reference |
Usage: rsm -H -O report.htm -Ec *.h *.cpp rsm -H -O report.htm -Es *.h *.cpp |
Source: C, C++ and Java |
Extracting literal strings -Es and comments -Ec to a source code-less file allow the generated report to be spell checked by Microsoft Word or your favorite spell check program. The extraction report identifies literal strings or comments relative to the file and the physical line. When a spelling error is identified by your spell checker it is easy to locate the defect in the source code. |
File: cell.h Date: Sun Jun 27 08:08:58 1999 File Size: 762 Bytes ________________________________________________________________________ 1: cell.h 3: Specification for type cell 4: A cell is a piece of an ocean 10: target.h 16: assigned to the cell 19: depth of the ocean 22: constructor 23: copy constructor 24: destructor 34: CELL_H ________________________________________________________________________ End of File: cell.h |