From 26d88140c2eb483ecdfbc605248bee920d88d375 Mon Sep 17 00:00:00 2001 From: Aline Bessa Date: Fri, 5 Aug 2011 20:56:18 -0300 Subject: [PATCH] Improving atspi-misc documentation --- atspi/atspi-misc.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/atspi/atspi-misc.c b/atspi/atspi-misc.c index f58a78c..0094dde 100644 --- a/atspi/atspi-misc.c +++ b/atspi/atspi-misc.c @@ -869,8 +869,8 @@ atspi_init (void) * * Starts/enters the main event loop for the AT-SPI services. * - * (NOTE: This method does not return control, it is exited via a call to - * atspi_event_quit () from within an event handler). + * NOTE: This method does not return control; it is exited via a call to + * #atspi_event_quit from within an event handler. * **/ void @@ -885,7 +885,7 @@ atspi_event_main (void) * atspi_event_quit: * * Quits the last main event loop for the SPI services, - * see atspi_event_main + * See: #atspi_event_main **/ void atspi_event_quit (void) @@ -896,10 +896,10 @@ atspi_event_quit (void) /** * atspi_exit: * - * Disconnects from the Accessibility Registry and releases + * Disconnects from #AtspiRegistry instances and releases * any floating resources. Call only once at exit. * - * Returns: 0 if there were no leaks, otherwise non zero. + * Returns: 0 if there were no leaks, otherwise other integer values. **/ int atspi_exit (void) -- 2.7.4