Report: Printable Source Code Format |
Option: -p |
Supplemental Options: -B1 Begin Top Margin Line Spacing -M5 Left Margin Character Spacing -P55 Page Length in Lines -L80 Line Length in Characters -S"string" Header String for all reports |
Compatible Options: RSM Option Cross Reference |
Usage: rsm -H -p *.h *.cpp > report.htm rsm -H -O"report.htm" -B5 -M5 -P60 -L80 -p *.java |
Source: C, C++, C# and Java |
The
-p mode will take your source code and format it for printing. The
format provides a header for each file with the file name, date
and size. Each line in the source code is numbered with a line
number. This type of format is amenable to code peer reviews.
-B<number> -M<number> -P<number> -L<number> -S"string in quotes" |
Acme Software Systems |