diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-08 13:53:13 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-08 14:04:16 +1100 |
commit | c89f9b19cefd08b31b6e5dfa55ea0f4ff757da9c (patch) | |
tree | 2deb5f06cce1486ba6d8f708ab701f925bd1e648 /include/vcl/scheduler.hxx | |
parent | 9321c560943330fbc76dacfebff67bd740fbc95b (diff) |
vcl: silence doxygen warning
Change-Id: I132672582136abfcec0eeafd2400757def824dbf
Diffstat (limited to 'include/vcl/scheduler.hxx')
-rw-r--r-- | include/vcl/scheduler.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/scheduler.hxx b/include/vcl/scheduler.hxx index 8e75f33de155..f3d14f7c8d3e 100644 --- a/include/vcl/scheduler.hxx +++ b/include/vcl/scheduler.hxx @@ -51,13 +51,13 @@ protected: friend struct ImplSchedulerData; virtual void SetDeletionFlags(); - /// Is this item ready to be dispatched at @nTimeNow + /// Is this item ready to be dispatched at nTimeNow virtual bool ReadyForSchedule( bool bTimerOnly, sal_uInt64 nTimeNow ) const = 0; /// Schedule only when other timers and events are processed virtual bool IsIdle() const = 0; /** - * Adjust @nMinPeriod downwards if we want to be notified before - * then, @nTimeNow is the current time. + * Adjust nMinPeriod downwards if we want to be notified before + * then, nTimeNow is the current time. */ virtual sal_uInt64 UpdateMinPeriod( sal_uInt64 nMinPeriod, sal_uInt64 nTimeNow ) const = 0; |