Imported Robodoc.
[robodoc.git] / Examples / PerlExample / Source / Cargo.txt
1
2 #****h* TruckPacker/Cargo
3 # FUNCTION 
4 #
5 #    The Cargo module consist of a number of classes that represent
6 #    that cargo that can be loaded into a truck.
7 #    The most important one is Box.
8 #
9 #****