Changeset 6e014a2e320ed6aced93e064367bbe63b7d0a2ef

Show
Ignore:
Timestamp:
02/22/10 20:57:31 (5 months ago)
Author:
Tobias Bieniek <Tobias.Bieniek@…>
Parents:
55fc407d1093ce0c972dbdd7f04012143a43f841
Children:
b9404c37bea45b8eb9394e9133ee491b6b8eb1b5
git-committer:
Tobias Bieniek <Tobias.Bieniek@gmx.de> / 2010-02-22T18:57:31Z+0100
Message:

Units: Fixed Documentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Units.hpp

    r26fd24 r6e014a  
    307307   * Converts a Value from the system unit to the user-specified unit 
    308308   * @param Value The value in system unit 
     309   * @param Unit The destination unit 
    309310   * @return The value in user-specified unit 
    310311   */ 
     
    313314   * Converts a Value from the user-specified unit to the system unit 
    314315   * @param Value The value in user-specified unit 
     316   * @param Unit The source unit 
    315317   * @return The value in system unit 
    316318   */