diff options
Diffstat (limited to 'doc/doxygen/comments')
| -rw-r--r-- | doc/doxygen/comments | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/doxygen/comments b/doc/doxygen/comments new file mode 100644 index 00000000..dab4fe56 --- /dev/null +++ b/doc/doxygen/comments @@ -0,0 +1,14 @@ +// Further comments for doxygen on the src/ directory + +/*! @namespace ob + @brief The namespace containing the %Openbox window manager application +*/ + +/*! @namespace otk + @brief The namespace containing the Openbox toolkit +*/ +/*! @namespace otk + The namespace containing a toolkit used by the Openbox window manager, + and also for use by external applications that wish to present a similar + visual appearance to Openbox. +*/ |
