Changeset da0371


Ignore:
Timestamp:
03/19/12 10:55:35 (14 months ago)
Author:
Erik Johansson <erik@…>
Branches:
('master', '033cf796174446f5fff5bbfad1cbf1e4af35c0d8')('controller-upgrade', '72b31cc86eeeef18f1371a3067b6e8a5ca21abfc')('windows_service_fixes', 'df6bd2788365991d36d5af2a75833b8de2a5860f')
Children:
2eb0453f4d9021077f52c347cb770de40f95e713
Parents:
8ace17c8f0fe57d97616f71375cafe3f657b2a79
git-author:
Erik Johansson <erik@ejohansson.se>2012-03-19 10:55:35+01:00
git-committer:
Erik Johansson <erik@ejohansson.se>2012-03-19 10:55:35+01:00
Message:

Minor doc fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • telldus-core/client/telldus-core.cpp

    r8ace17 rda0371  
    11/** 
    22 * @defgroup core telldus-core 
    3  * Telldus Core is the base module used to interface a Telldus TellStick. 
     3 *   Telldus Core is the base module used to interface a Telldus TellStick. 
    44 * @{ 
    55 */ 
     
    295295 * @param newValue 
    296296 *   If @a changeEvent is: 
    297  *     @arg @ref TELLSTICK_DEVICE_CHANGED this is the property's new value. 
     297 *     @arg @ref TELLSTICK_DEVICE_CHANGED this is the property's new value, 
    298298 *     @arg @ref TELLSTICK_DEVICE_STATE_CHANGED this is the new state. For @ref 
    299299 *     TELLSTICK_CHANGE_AVAILABLE this is either 0 or 1. 
     
    698698 * 
    699699 * @returns 
    700  *   The unique id for the device or -1 if the device is not found. 
     700 *   The unique id for the device or @c -1 if the device is not found. 
    701701 * 
    702702 * @since Version 2.0.0 
Note: See TracChangeset for help on using the changeset viewer.