author | clem <clem> | 2004-10-07 15:10:48 (UTC) |
---|---|---|
committer | clem <clem> | 2004-10-07 15:10:48 (UTC) |
commit | 33c90b7be9d675e8e5b39cfd569997bfcbb5decf (patch) (unidiff) | |
tree | 1988ca942257233bd6f63cb893c573caf28e9ed7 | |
parent | 46ad0a2d02a09243474fca73c50a73e591b63f7b (diff) | |
download | opie-33c90b7be9d675e8e5b39cfd569997bfcbb5decf.zip opie-33c90b7be9d675e8e5b39cfd569997bfcbb5decf.tar.gz opie-33c90b7be9d675e8e5b39cfd569997bfcbb5decf.tar.bz2 |
fixed doxygen comment
-rw-r--r-- | core/launcher/screensaver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/screensaver.cpp b/core/launcher/screensaver.cpp index f818d62..094f388 100644 --- a/core/launcher/screensaver.cpp +++ b/core/launcher/screensaver.cpp | |||
@@ -176,7 +176,7 @@ void OpieScreenSaver::setIntervals ( int dim, int lightoff, int suspend ) | |||
176 | /** | 176 | /** |
177 | * Set suspend time. Will read the dim and lcd-off times from the config file. | 177 | * Set suspend time. Will read the dim and lcd-off times from the config file. |
178 | * | 178 | * |
179 | * @param suspend time in seconds to go into APM suspend, -1 to | 179 | * @param interval time in seconds to go into APM suspend, -1 to |
180 | * read value from config file, 0 to disable | 180 | * read value from config file, 0 to disable |
181 | */ | 181 | */ |
182 | void OpieScreenSaver::setInterval ( int interval ) | 182 | void OpieScreenSaver::setInterval ( int interval ) |