Add documentation for the namespaces

This triggers Doxygen into generating the Namespace list, so that
we have a good separation of Client and Server documentation.
This commit is contained in:
Martin Gräßlin 2015-09-09 18:16:02 +02:00
parent 28df14c441
commit f789f9df7f

View file

@ -33,6 +33,19 @@ struct wl_event_loop;
namespace KWayland
{
/**
* @short KWayland Server.
*
* This namespace groups all classes related to the Server module.
*
* The main entry point into the KWayland::Server API is the Display class.
* It allows to create a Wayland server and create various global objects on it.
*
* KWayland::Server is an API to easily create a head-less Wayland server with a
* Qt style API.
*
* @see Display
**/
namespace Server
{