diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-05 05:56:44 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-05 05:56:44 +0000 |
| commit | f25252a4849ab205856629480178946b2b454aa3 (patch) | |
| tree | 2fde58f2bf991d9156edcbc8b762a62bd0c761eb /src/openbox.hh | |
| parent | c3946be073669491680949817b9baa61ab8206ff (diff) | |
updated doxygen documentation
Diffstat (limited to 'src/openbox.hh')
| -rw-r--r-- | src/openbox.hh | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/openbox.hh b/src/openbox.hh index ea0b854a..2feb8f0f 100644 --- a/src/openbox.hh +++ b/src/openbox.hh @@ -2,6 +2,10 @@ #ifndef __openbox_hh #define __openbox_hh +/*! @file openbox.hh + @brief The main class for the Openbox window manager +*/ + extern "C" { #include <X11/Xlib.h> } @@ -37,12 +41,9 @@ public: //! The posible running states of the window manager enum RunState { - //! The window manager is starting up (being created) - State_Starting, - //! The window manager is running in its normal state - State_Normal, - //! The window manager is exiting (being destroyed) - State_Exiting + State_Starting, //!< The window manager is starting up (being created) + State_Normal, //!< The window manager is running in its normal state + State_Exiting //!< The window manager is exiting (being destroyed) }; private: |
