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/configuration.hh | |
| parent | c3946be073669491680949817b9baa61ab8206ff (diff) | |
updated doxygen documentation
Diffstat (limited to 'src/configuration.hh')
| -rw-r--r-- | src/configuration.hh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/configuration.hh b/src/configuration.hh index a45bd3f8..8a14604a 100644 --- a/src/configuration.hh +++ b/src/configuration.hh @@ -2,8 +2,16 @@ #ifndef __Configuration_hh #define __Configuration_hh +/*! @file configuration.hh + @brief Loads, saves, and provides configuration options for the window + manager +*/ + +extern "C" { #include <X11/Xlib.h> #include <X11/Xresource.h> +} + #include <string> namespace ob { |
