navigation: simplify docs

Make short-desc short - its used in the toc. Strip uneeded markup.
This commit is contained in:
Stefan Kost 2009-07-13 21:54:47 +03:00
parent d06520f4a8
commit cae6a55ba3

View file

@ -23,17 +23,13 @@
/** /**
* SECTION:gstnavigation * SECTION:gstnavigation
* @short_description: Interface for creating, sending and parsing navigation * @short_description: Interface for creating, sending and parsing navigation
* events. Navigation events are used for conveying mouse movement, button clicks, * events.
* key presses and specific commands such as DVD menu navigation.
* *
* <refsect2>
* <para>
* The Navigation interface is used for creating and injecting navigation related * The Navigation interface is used for creating and injecting navigation related
* events such as mouse button presses, cursor motion and key presses. The associated * 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 * 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.
* </para> *
* <para>
* The main parts of the API are: * The main parts of the API are:
* <itemizedlist> * <itemizedlist>
* <listitem> * <listitem>
@ -61,8 +57,6 @@
* </para> * </para>
* </listitem> * </listitem>
* </itemizedlist> * </itemizedlist>
* </para>
* </refsect2>
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H