From cae6a55ba31948db63bed40f8568f294f794af6d Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 13 Jul 2009 21:54:47 +0300 Subject: [PATCH] navigation: simplify docs Make short-desc short - its used in the toc. Strip uneeded markup. --- gst-libs/gst/interfaces/navigation.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/gst-libs/gst/interfaces/navigation.c b/gst-libs/gst/interfaces/navigation.c index f07dcc7ecb..cd4aa80e06 100644 --- a/gst-libs/gst/interfaces/navigation.c +++ b/gst-libs/gst/interfaces/navigation.c @@ -23,17 +23,13 @@ /** * SECTION:gstnavigation * @short_description: Interface for creating, sending and parsing navigation - * events. Navigation events are used for conveying mouse movement, button clicks, - * key presses and specific commands such as DVD menu navigation. + * events. * - * - * * The Navigation interface is used for creating and injecting navigation related * events such as mouse button presses, cursor motion and key presses. The associated * library also provides methods for parsing received events, and for sending and - * receiving navigation related bus events. - * - * + * receiving navigation related bus events. One main usecase is DVD menu navigation. + * * The main parts of the API are: * * @@ -61,8 +57,6 @@ * * * - * - * */ #ifdef HAVE_CONFIG_H