src/contrib/energy/model/energy-source.h
changeset 6553 fb5ad9c7755a
parent 6535 0a90ef2b29a9
child 6699 d8909a1fd0ff
--- a/src/contrib/energy/model/energy-source.h	Wed Aug 11 09:25:51 2010 -0400
+++ b/src/contrib/energy/model/energy-source.h	Wed Aug 11 11:37:37 2010 -0400
@@ -97,7 +97,7 @@
   virtual double GetEnergyFraction (void) = 0;
 
   /**
-   * \param energy Amount of energy to decrease (in Joules)
+   * \param energyJ Amount of energy to decrease (in Joules)
    *
    * This function decreases the remaining energy in the energy source by the
    * specified amount. Provides linear interface for direct energy deduction.
@@ -105,7 +105,7 @@
   virtual void DecreaseRemainingEnergy (double energyJ) = 0;
 
   /**
-   * \param energy Amount of energy to increase (in Joules)
+   * \param energyJ Amount of energy to increase (in Joules)
    *
    * This function increases the remaining energy in the energy source by the
    * specified amount. Provides linear interface for direct energy increase.
@@ -136,7 +136,6 @@
 
   /**
    * \param deviceEnergyModelPtr Pointer to device energy model.
-   * \param tid TypeId of the specific device energy model.
    *
    * This function appends a device energy model to the end of a list of
    * DeviceEnergyModelInfo structs.