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:
parent
28df14c441
commit
f789f9df7f
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue