Fixed some spellings in positioner.h and Doxyfile

This commit is contained in:
Klaus Schmidinger 2013-12-28 11:21:09 +01:00
parent ae4ffacbda
commit c949ad35cc
4 changed files with 6 additions and 4 deletions

View File

@ -2033,6 +2033,7 @@ Ville Skytt
for updating the help and man page entry about the location of the epg.data file
for reporting a possible crash when shutting down VDR while subtitles are being
displayed
for fixing some spellings in positioner.h and Doxyfile
Steffen Beyer <cpunk@reactor.de>
for fixing setting the colored button help after deleting a recording in case the next

View File

@ -1658,7 +1658,7 @@ UML_LOOK = NO
# the class node. If there are many fields or methods and many nodes the
# graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS
# threshold limits the number of items for each type to make the size more
# managable. Set this to 0 for no limit. Note that the threshold may be
# manageable. Set this to 0 for no limit. Note that the threshold may be
# exceeded by 50% before the limit is enforced.
UML_LIMIT_NUM_FIELDS = 10

View File

@ -8086,3 +8086,4 @@ Video Disk Recorder Revision History
of it or not.
- Added a note to ePlayMode in device.h that VDR itself always uses pmAudioVideo when
replaying a recording (suggested by Thomas Reufer).
- Fixed some spellings in positioner.h and Doxyfile (thanks to Ville Skyttä).

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: positioner.h 3.2 2013/10/20 09:29:41 kls Exp $
* $Id: positioner.h 3.3 2013/12/28 11:15:56 kls Exp $
*/
#ifndef __POSITIONER_H
@ -133,8 +133,8 @@ public:
///< Number can be in the range 1...255. However, a particular positioner
///< may only have a limited number of satellite positions it can store.
virtual void RecalcPositions(uint Number) {}
///< Take the difference betwen the current actual position of the dish and
///< the position stored with teh given Number, and apply the difference to
///< Take the difference between the current actual position of the dish and
///< the position stored with the given Number, and apply the difference to
///< all stored positions.
virtual void GotoPosition(uint Number, int Longitude);
///< Move the dish to the satellite position stored under the given Number.