]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Timeout.h
Create a grfx::Loader class and so move large chunks of code out of
[lyx.git] / src / frontends / Timeout.h
index eaac2a37a09877efe038415bd903000287ac4f05..d363e0c270c30d1c88b308264093f6fc052bca33 100644 (file)
@@ -7,6 +7,7 @@
  * \author Lars Gullik Bjønnes
  * \author John Levon
  */
 #ifndef TIMEOUT_H
 #define TIMEOUT_H
 
  */
 class Timeout {
 public:
-       ///
+       /// the timeout type
        enum Type {
-               /// one-shot timer
-               ONETIME,
-               /// repeating
-               CONTINUOUS
+               ONETIME, //< one-shot timer
+               CONTINUOUS //< repeating
        };
        ///
        Timeout(unsigned int msec, Type = ONETIME);