brandon-a / CIS-22C-Group-Project

Using different data structures to organize USDA nutritional facts.
0 stars 0 forks source link

Add comments to all functions! #9

Closed brandon-a closed 8 years ago

brandon-a commented 8 years ago

All functions everywhere MUST be commented!

Here is the commenting style that Delia wants:

/** =================================== */
/* <function purpose>
   <explanation of all input parameters>
   <explanation of all output actions and return value > */ 

You may copy and paste this above your functions to make things easier.