mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed some spellings in positioner.h and Doxyfile
This commit is contained in:
parent
ae4ffacbda
commit
c949ad35cc
@ -2033,6 +2033,7 @@ Ville Skytt
|
|||||||
for updating the help and man page entry about the location of the epg.data file
|
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
|
for reporting a possible crash when shutting down VDR while subtitles are being
|
||||||
displayed
|
displayed
|
||||||
|
for fixing some spellings in positioner.h and Doxyfile
|
||||||
|
|
||||||
Steffen Beyer <cpunk@reactor.de>
|
Steffen Beyer <cpunk@reactor.de>
|
||||||
for fixing setting the colored button help after deleting a recording in case the next
|
for fixing setting the colored button help after deleting a recording in case the next
|
||||||
|
2
Doxyfile
2
Doxyfile
@ -1658,7 +1658,7 @@ UML_LOOK = NO
|
|||||||
# the class node. If there are many fields or methods and many nodes the
|
# 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
|
# 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
|
# 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.
|
# exceeded by 50% before the limit is enforced.
|
||||||
|
|
||||||
UML_LIMIT_NUM_FIELDS = 10
|
UML_LIMIT_NUM_FIELDS = 10
|
||||||
|
1
HISTORY
1
HISTORY
@ -8086,3 +8086,4 @@ Video Disk Recorder Revision History
|
|||||||
of it or not.
|
of it or not.
|
||||||
- Added a note to ePlayMode in device.h that VDR itself always uses pmAudioVideo when
|
- Added a note to ePlayMode in device.h that VDR itself always uses pmAudioVideo when
|
||||||
replaying a recording (suggested by Thomas Reufer).
|
replaying a recording (suggested by Thomas Reufer).
|
||||||
|
- Fixed some spellings in positioner.h and Doxyfile (thanks to Ville Skyttä).
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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
|
#ifndef __POSITIONER_H
|
||||||
@ -133,8 +133,8 @@ public:
|
|||||||
///< Number can be in the range 1...255. However, a particular positioner
|
///< Number can be in the range 1...255. However, a particular positioner
|
||||||
///< may only have a limited number of satellite positions it can store.
|
///< may only have a limited number of satellite positions it can store.
|
||||||
virtual void RecalcPositions(uint Number) {}
|
virtual void RecalcPositions(uint Number) {}
|
||||||
///< Take the difference betwen the current actual position of the dish and
|
///< Take the difference between the current actual position of the dish and
|
||||||
///< the position stored with teh given Number, and apply the difference to
|
///< the position stored with the given Number, and apply the difference to
|
||||||
///< all stored positions.
|
///< all stored positions.
|
||||||
virtual void GotoPosition(uint Number, int Longitude);
|
virtual void GotoPosition(uint Number, int Longitude);
|
||||||
///< Move the dish to the satellite position stored under the given Number.
|
///< Move the dish to the satellite position stored under the given Number.
|
||||||
|
Loading…
Reference in New Issue
Block a user