-
Notifications
You must be signed in to change notification settings - Fork 1
Coding style correction. #2
Copy link
Copy link
Open
Description
Issue concerns coding style of memory.h
1. Comments don't satisfy the requirements of coding style.
2. There is no names of arguments in method declaration.
Example:
/* Returns ByteLine with specified length from specified
address. If that position is invalid, recalls exception */
ByteLine readBL( mathAddr, unsigned int);
Fix it please for whole file.
Original issue reported on code.google.com by [email protected] on 24 Mar 2010 at 8:53