diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-08-01 10:16:17 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-08-02 11:22:11 +1000 |
commit | ddc0df6fe73815a571e62924d124e9ce68a7af7d (patch) | |
tree | 452ff1e9af57bfce878245788bda8b0c2501030e | |
parent | e69c5aab336fae1cbfb26ad73357ae9da118ca34 (diff) |
doc/user: tidy up the development page
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | doc/user/development.rst | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/doc/user/development.rst b/doc/user/development.rst index 3468b574..adf53418 100644 --- a/doc/user/development.rst +++ b/doc/user/development.rst @@ -5,22 +5,26 @@ Information for developers ============================================================================== Below is a list of topics of interest to developers, divided into -information for those **using** libinput as library in a Wayland compositor +information for those :ref:`using_libinput_as_library` in a Wayland compositor or other project. The :ref:`hacking_on_libinput` section applies to developers working on libinput itself. +.. note:: If you use or work on libinput you should get in touch with the + libinput developers on the wayland-devel@lists.freedesktop.org + mailing lists + .. _using_libinput_as_library: -************************* +------------------------------------------------------------------------------ Using libinput as library -************************* +------------------------------------------------------------------------------ + +See :ref:`building_against` for information on how to integrate libinput +with your project's build system. -.. note:: If you use libinput you should get in touch with the libinput - developers on the wayland-devel@lists.freedesktop.org mailing - lists +.. note:: **libinput's API documentation is available here:** + http://wayland.freedesktop.org/libinput/doc/latest/api/ -The API documentation is available here: - http://wayland.freedesktop.org/libinput/doc/latest/api/ Topics below explain some behaviors of libinput. @@ -35,9 +39,9 @@ Topics below explain some behaviors of libinput. .. _hacking_on_libinput: -******************* +------------------------------------------------------------------------------ Hacking on libinput -******************* +------------------------------------------------------------------------------ .. toctree:: :maxdepth: 1 |