From 3ccd9a46eb724618883b1d9b2d17cc626d96abf9 Mon Sep 17 00:00:00 2001 From: sanjeev Date: Tue, 25 Oct 2011 19:41:56 +0000 Subject: [PATCH] Minor doc. fixes. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64397 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Elementary.h.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index cc7ae66..339b2f1 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -12187,7 +12187,7 @@ extern "C" { /** * Get the style that the hover should use * - * Get the style the hover created by anchorblock will use. + * Get the style, the hover created by anchorblock will use. * * @param obj The anchorblock object * @return The style to use by the hover. NULL means the default is used. @@ -12265,11 +12265,11 @@ extern "C" { * @image html img/widget/bubble/preview-02.png * @image latex img/widget/bubble/preview-02.eps * - * @brief The Bubble is a widget to show text similarly to how speech is + * @brief The Bubble is a widget to show text similar to how speech is * represented in comics. * * The bubble widget contains 5 important visual elements: - * @li The frame is a rectangle with rounded rectangles and an "arrow". + * @li The frame is a rectangle with rounded edjes and an "arrow". * @li The @p icon is an image to which the frame's arrow points to. * @li The @p label is a text which appears to the right of the icon if the * corner is "top_left" or "bottom_left" and is right aligned to the frame @@ -12437,7 +12437,7 @@ extern "C" { /** * @defgroup Photo Photo * - * For displaying the photo of a person (contact). Simple yet + * For displaying the photo of a person (contact). Simple, yet * with a very specific purpose. * * Signals that you can add callbacks for are: -- 2.7.4