Merge "[copy&paste] add interface for OSP"
[framework/uifw/elementary.git] / src / lib / elm_bg.h
index 74d9962..6ba62b1 100644 (file)
@@ -1,5 +1,6 @@
 /**
  * @defgroup Bg Bg
+ * @ingroup Elementary
  *
  * @image html img/widget/bg/preview-00.png
  * @image latex img/widget/bg/preview-00.eps
@@ -17,9 +18,9 @@
  * @li "overlay" - overlay of the bg
  *
  * Supported elm_object common APIs.
- * @li elm_object_part_content_set
- * @li elm_object_part_content_get
- * @li elm_object_part_content_unset
+ * @li @ref elm_object_part_content_set
+ * @li @ref elm_object_part_content_get
+ * @li @ref elm_object_part_content_unset
  *
  * Here is some sample code using it:
  * @li @ref bg_01_example_page
 
 /**
  * Identifiers on how a background widget is to display its image --
- * if it was tset to use an image file.
+ * if it was set to use an image file.
  *
  * @see elm_bg_option_set()
  * @see elm_bg_option_get()
+ *
+ * @ingroup Bg
  */
 typedef enum
 {
@@ -107,7 +110,7 @@ EAPI void                         elm_bg_file_get(const Evas_Object *obj, const
  * This sets how the background widget will display its image. This
  * will only work if the elm_bg_file_set() was previously called with
  * an image file on @a obj. The image can be display tiled, scaled,
- * centered or streched.
+ * centered or stretched.
  *
  * @see elm_bg_option_get()
  *