MIPT-ILab / MDSP

[2009 – 2012] MDSP: functional simulation of a Multimedia Digital Signal Processor
MIT License
3 stars 1 forks source link

Coding style correction. #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 nkosa...@gmail.com on 24 Mar 2010 at 8:53

GoogleCodeExporter commented 9 years ago
The code style of whole project should be revised. It's highly desirable to use 
automated tools (like 'indent') to perform this work and to provide an 
(half-)automatized solution for regular checks.

Over to new maintainer.

Original comment by grigory....@gmail.com on 15 Nov 2010 at 5:34

GoogleCodeExporter commented 9 years ago
Resetting the bug.

Original comment by grigory....@gmail.com on 1 Sep 2011 at 8:45